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