示例#1
0
 public static void resetPlayerAttack(Client c) {
   c.usingMagic = false;
   c.npcIndex = 0;
   c.faceUpdate(0);
   c.playerIndex = 0;
   c.getPA().resetFollow();
 }