コード例 #1
0
ファイル: GameControl.cs プロジェクト: Kuyul/Candymon
 public void DecrementBagCount()
 {
     Level.DecrementCounter();
 }