コード例 #1
0
 void Update()
 {
     if (isLocalPlayer)
     {
         HealthbarLeft.HealthUpdate(CurrentHealth, MaxHealth, attackBoxManager.Combo);
     }
     else
     {
         HealthbarRight.HealthUpdate(CurrentHealth, MaxHealth, attackBoxManager.Combo);
     }
 }