コード例 #1
0
 protected void OnHeal()
 {
     thisHitPoints += 3;
     thisUiManager.ActivateLeaf(this.gameObject);
     thisUiManager.UpdatePlayerText();
     thisUiManager.StartInGameLine("Moon", this.gameObject);
 }