Files
BUT3ProjetJeuGroupe/fr/iut_fbleau/GameAPI/Player.java
2025-10-16 10:26:32 +02:00

7 lines
80 B
Java

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