diff options
Diffstat (limited to 'src/com/fourisland/fourpuzzle/gamestate/mapview/event/AbstractEvent.java')
| -rwxr-xr-x | src/com/fourisland/fourpuzzle/gamestate/mapview/event/AbstractEvent.java | 11 |
1 files changed, 0 insertions, 11 deletions
| diff --git a/src/com/fourisland/fourpuzzle/gamestate/mapview/event/AbstractEvent.java b/src/com/fourisland/fourpuzzle/gamestate/mapview/event/AbstractEvent.java index aa2c3b3..e9482f9 100755 --- a/src/com/fourisland/fourpuzzle/gamestate/mapview/event/AbstractEvent.java +++ b/src/com/fourisland/fourpuzzle/gamestate/mapview/event/AbstractEvent.java | |||
| @@ -218,15 +218,4 @@ public abstract class AbstractEvent implements Event { | |||
| 218 | { | 218 | { |
| 219 | return moveSpeed; | 219 | return moveSpeed; |
| 220 | } | 220 | } |
| 221 | |||
| 222 | private MoveFrequency freq; | ||
| 223 | public void setFrequency(MoveFrequency freq) | ||
| 224 | { | ||
| 225 | this.freq = freq; | ||
| 226 | } | ||
| 227 | |||
| 228 | public MoveFrequency getFrequency() | ||
| 229 | { | ||
| 230 | return freq; | ||
| 231 | } | ||
| 232 | } | 221 | } |
