1er commit

This commit is contained in:
2025-10-16 10:12:11 +02:00
commit 296238a77a
8 changed files with 356 additions and 0 deletions

6
API_Prof/Player.java Normal file
View File

@@ -0,0 +1,6 @@
package fr.iut_fbleau.GameAPI;
public enum Player {
PLAYER1,
PLAYER2
}