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