diff --git a/api_but5.5.iml b/api_but5.5.iml new file mode 100644 index 0000000..c90834f --- /dev/null +++ b/api_but5.5.iml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/src/fr/iut_fbleau/but3GameBody/entity/Plateau.java b/src/fr/iut_fbleau/api_but5.5/entity/Plateau.java similarity index 100% rename from src/fr/iut_fbleau/but3GameBody/entity/Plateau.java rename to src/fr/iut_fbleau/api_but5.5/entity/Plateau.java diff --git a/src/fr/iut_fbleau/but3GameBody/entity/Player.java b/src/fr/iut_fbleau/api_but5.5/entity/Player.java similarity index 100% rename from src/fr/iut_fbleau/but3GameBody/entity/Player.java rename to src/fr/iut_fbleau/api_but5.5/entity/Player.java diff --git a/src/fr/iut_fbleau/but3GameBody/entity/Ply.java b/src/fr/iut_fbleau/api_but5.5/entity/Ply.java similarity index 100% rename from src/fr/iut_fbleau/but3GameBody/entity/Ply.java rename to src/fr/iut_fbleau/api_but5.5/entity/Ply.java diff --git a/src/fr/iut_fbleau/but3GameBody/entity/Result.java b/src/fr/iut_fbleau/api_but5.5/entity/Result.java similarity index 100% rename from src/fr/iut_fbleau/but3GameBody/entity/Result.java rename to src/fr/iut_fbleau/api_but5.5/entity/Result.java