Esempio n. 1
0
 public void AttackFailed(Agent target, AttackFailType type)
 {
     SendAgentTargetPropertyInt(AgentProperty.AttackFailed, target, (uint)type);
 }
Esempio n. 2
0
 public void AttackFailed(Agent target, AttackFailType type)
 {
     SendAgentTargetPropertyInt(AgentProperty.AttackFailed, target, (uint) type);
 }