// Resolve all queued up attacks
 public void Attack()
 {
     StaticVariables.ResolveAttacks();
 }