Exemplo n.º 1
0
 /** Разблокер движения. */
 protected void unlockMove(Player player) {
   RUN_LOCKER.removeFuncTo(player);
 }
Exemplo n.º 2
0
 /** Блокер движения. */
 protected void lockMove(Player player) {
   RUN_LOCKER.addFuncTo(player);
 }