예제 #1
0
 protected virtual void Initialize()
 {
     health = battleStats.MaxHealth;
     healthBarUI.Init(this);
     damagePopup.Init(this);
 }