Files
BUT3ProjetJeuGroupe/API_Prof/Player.java
2025-10-16 10:12:11 +02:00

7 lines
80 B
Java

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