Ejemplo n.º 1
0
 public void Attack(BaseScript target)
 {
     target.GetDamage(m_CreepStats.m_Attribute.m_Attack.m_Power);
 }