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