コード例 #1
0
ファイル: Lever.cs プロジェクト: MazurekLukasz/PuzzleQuest
 public override void Action()
 {
     if (Container.Started && Available)
     {
         Container.ResetPuzzle();
     }
 }