changement de player et Effects

This commit is contained in:
2024-05-07 17:41:31 +02:00
parent 87a0d67ccb
commit 2dfd7b61c9
6 changed files with 72 additions and 7 deletions

View File

@@ -3,6 +3,6 @@ import Personnages.*;
public class Main {
public static void main(String[] args) {
String value = Items.FRAISE.getName();
System.out.println((byte)'A');
}
}