Ejemplo n.º 1
0
 // Method Communicate With MonsterStat
 public void GetDamage(float ap)
 {
     MyEffectManager.PlayHitTextEffect(Stat.GetDamage(ap), Color.red);
     MyEffectManager.PlayParticle("GetHit");
     MySoundManager.PlayOneShot("GetHit");
 }