Esempio n. 1
0
    private void Awake()
    {
        S = this;

        SpawnEnemy();
    }
Esempio n. 2
0
 public RoomFinder(DeadEnd de, Tile[,] tileArray)
 {
     this.de        = de.GetTile();
     mazeID         = de.GetMazeID();
     this.tileArray = tileArray;
 }