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