void OnLevelLayoutAnimationStart(LevelLayoutManager levelLayoutManager)
 {
     _disableVirusSpawnerInstancing = true;
 }
 void OnLevelLayoutAnimationEnded(LevelLayoutManager levelLayoutManager)
 {
     _disableVirusSpawnerInstancing = false;
 }
Esempio n. 3
0
 public State_ReleaseStickman(LevelLayoutManager owner) : base(owner)
 {
 }
 public State_LoadLevelLayout(LevelLayoutManager owner) : base(owner)
 {
 }
 void OnLevelLayoutAnimationEnded(LevelLayoutManager levelLayoutManager)
 {
     _disablePickupSpawning = false;
 }
 void OnLevelLayoutAnimationStart(LevelLayoutManager levelLayoutManager)
 {
     _disablePickupSpawning = true;
 }
 public State_GrabStickmanToNextSpawnPoints(LevelLayoutManager owner) : base(owner)
 {
 }