API game (bug possible)

This commit is contained in:
2025-09-18 15:15:37 +02:00
parent ca01adc37a
commit 45444e48bd
7 changed files with 216 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
package fr.iut_fbleau.GameAPI;
public abstract class AbstractPly {
private Player joueur;
}