コード例 #1
0
ファイル: PlayerMain.cs プロジェクト: onezer/onallo_labor
 public void TakeHealing(int Heal)
 {
     HP.TakeHealing(Heal);
 }