コード例 #1
0
ファイル: GameFacade.cs プロジェクト: wjezxujian/UnityLab
 public void RecycleEnergy(int value)
 {
     mEnergySystem.Recycle(value);
 }