From dea959919c61d636da96a1dfc60901d21fc21a37 Mon Sep 17 00:00:00 2001 From: MatthisFauvet Date: Wed, 9 Oct 2024 09:39:03 +0200 Subject: [PATCH] Rewording des packages --- api_but5.5.iml | 11 +++++++++++ .../{but3GameBody => api_but5.5}/entity/Plateau.java | 0 .../{but3GameBody => api_but5.5}/entity/Player.java | 0 .../{but3GameBody => api_but5.5}/entity/Ply.java | 0 .../{but3GameBody => api_but5.5}/entity/Result.java | 0 5 files changed, 11 insertions(+) create mode 100644 api_but5.5.iml rename src/fr/iut_fbleau/{but3GameBody => api_but5.5}/entity/Plateau.java (100%) rename src/fr/iut_fbleau/{but3GameBody => api_but5.5}/entity/Player.java (100%) rename src/fr/iut_fbleau/{but3GameBody => api_but5.5}/entity/Ply.java (100%) rename src/fr/iut_fbleau/{but3GameBody => api_but5.5}/entity/Result.java (100%) 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