示例#1
0
 protected virtual void OnPigOutOfBounds(Pig.PigOutOfBounds data)
 {
     this.levelManager.SetGameState(LevelManager.GameState.Building);
 }
示例#2
0
 protected override void OnPigOutOfBounds(Pig.PigOutOfBounds data)
 {
     this.EndRace(-1, true);
 }