mirror of
https://github.com/Cpt-Adok/SNAKE.git
synced 2026-01-25 10:34:06 +00:00
round devient public pour la classe Channel
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package Display;
|
||||
package display;
|
||||
|
||||
import java.io.IOError;
|
||||
import java.io.IOException;
|
||||
@@ -14,7 +14,7 @@ public class Terminal {
|
||||
private static Scanner scanner;
|
||||
private static Map map;
|
||||
private static Personnage[] personnages;
|
||||
private int round = 0;
|
||||
public int round = 0;
|
||||
|
||||
public static boolean edges = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user