Files
BUT3-IA-Jeux-PUBLIC/2024-25/javaAPI/fr/iut_fbleau/GameAPI/Player.java

7 lines
80 B
Java
Raw Normal View History

2025-09-18 15:15:37 +02:00
package fr.iut_fbleau.GameAPI;
public enum Player {
PLAYER1,
PLAYER2
}