コード例 #1
0
 public int GetRaiseAmount()
 {
     return((int)Mathf.Sqrt(energy) - emotions.Extremeness());
 }