コード例 #1
0
ファイル: GameManager.cs プロジェクト: markotaht/LudumDare40
 public void DecreaseMobCounter()
 {
     _currentRoom.DecreaseMobCounter(-1);
 }