6 lines
90 B
Java
6 lines
90 B
Java
package fr.titionfire.ffsaf.utils;
|
|
|
|
public enum CompetitionSystem {
|
|
SAFCA, INTERNAL
|
|
}
|