Files
BUT3-JEU/TP3/fr/iut_fbleau/GameAPI/Player.java
James Boutaric b9c926f493 ajout TP3
2025-10-09 10:20:53 +02:00

7 lines
80 B
Java

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