コード例 #1
0
ファイル: EventObstacle.cs プロジェクト: HeitorAlmeida/terasu
 protected override void RemovePreparation()
 {
     base.RemovePreparation();
     obstacleComponent = null;
     if (stageComponent != null)
     {
         stageComponent.RemoveEventObstacle(eventID);
     }
 }