예제 #1
0
 void Start()
 {
     //Assign instances
     main       = this;
     controller = Controller.main;
     prevCoords = new Vector2Int(1, 1);
 }
예제 #2
0
 void Start()
 {
     controller   = Controller.main;
     savePlacer   = SavePlacer.main;
     allowEditing = true;
 }