Files

7 lines
80 B
Java

package fr.iut_fbleau.GameAPI;
public enum Player {
PLAYER1,
PLAYER2
}