This commit is contained in:
2024-10-09 09:02:19 +02:00
commit d4fcdfe189
6 changed files with 53 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
package fr.iut_fbleau.but3GameBody.entity;
public enum Player {
JOUEUR1,
JOUEUR2
}