Пример #1
0
 public void AttackFailed(Agent target, AttackFailType type)
 {
     SendAgentTargetPropertyInt(AgentProperty.AttackFailed, target, (uint)type);
 }
Пример #2
0
 public void AttackFailed(Agent target, AttackFailType type)
 {
     SendAgentTargetPropertyInt(AgentProperty.AttackFailed, target, (uint) type);
 }