Exemplo n.º 1
0
 public Tile(char Sign, bool Enterable, ConsoleColor Color)
 {
     sign = new Sign();
     sign.sign = Sign;
     sign.color = Color;
     enterable = Enterable;
 }
Exemplo n.º 2
0
 public GameObject()
 {
     sign = new Sign();
 }