API game (bug possible)
This commit is contained in:
6
2024-25/javaAPI/fr/iut_fbleau/GameAPI/Player.java
Normal file
6
2024-25/javaAPI/fr/iut_fbleau/GameAPI/Player.java
Normal file
@@ -0,0 +1,6 @@
|
||||
package fr.iut_fbleau.GameAPI;
|
||||
|
||||
public enum Player {
|
||||
PLAYER1,
|
||||
PLAYER2
|
||||
}
|
Reference in New Issue
Block a user