summary refs log tree commit diff stats
path: root/src/com/fourisland/fourpuzzle/gamestate/mapview/event/specialmove/WaitMoveEvent.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/fourisland/fourpuzzle/gamestate/mapview/event/specialmove/WaitMoveEvent.java')
-rw-r--r--src/com/fourisland/fourpuzzle/gamestate/mapview/event/specialmove/WaitMoveEvent.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/com/fourisland/fourpuzzle/gamestate/mapview/event/specialmove/WaitMoveEvent.java b/src/com/fourisland/fourpuzzle/gamestate/mapview/event/specialmove/WaitMoveEvent.java index 1464bcd..eb56b95 100644 --- a/src/com/fourisland/fourpuzzle/gamestate/mapview/event/specialmove/WaitMoveEvent.java +++ b/src/com/fourisland/fourpuzzle/gamestate/mapview/event/specialmove/WaitMoveEvent.java
@@ -10,7 +10,8 @@ import java.util.logging.Level;
10import java.util.logging.Logger; 10import java.util.logging.Logger;
11 11
12/** 12/**
13 * 13 * WaitMoveEvent pauses for the specifed amount of milliseconds.
14 *
14 * @author hatkirby 15 * @author hatkirby
15 */ 16 */
16public class WaitMoveEvent implements MoveEvent { 17public class WaitMoveEvent implements MoveEvent {