Exemplo n.º 1
0
 private static void AttackLastTarg()
 {
     if (m_LastTarget != null && m_LastTarget.Serial.IsMobile)
     {
         ClientCommunication.Attack(m_LastCombatant.Value);
     }
 }
Exemplo n.º 2
0
 private static void AttackLastComb()
 {
     if (m_LastCombatant.IsMobile)
     {
         ClientCommunication.Attack(m_LastCombatant.Value);
     }
 }