Ejemplo n.º 1
0
 void Awake()
 {
     Instance = this;
 }
Ejemplo n.º 2
0
 void Start()
 {
     FloorManager      = GameObject.FindGameObjectWithTag("EntityManager").GetComponent <LevelPass>();;
     actualFloorNumber = FloorNumber * 2;
 }
Ejemplo n.º 3
0
 private void Awake()
 {
     goldenBlockNumber = this;
 }