This commit is contained in:
Antoine PerreaultE 2023-02-08 18:54:01 -05:00
parent 6d7ee56942
commit bca78522e5

View File

@ -5,9 +5,5 @@ public class Constants {
public static int avantgauche = 1; public static int avantgauche = 1;
public static int arrieredroit = 2; public static int arrieredroit = 2;
public static int arrieregauche = 3; public static int arrieregauche = 3;
public static int actuateur = 4;
} }