summary refs log tree commit diff stats
path: root/src/com/fourisland/fourpuzzle/gamestate/mapview/event/graphic/MoveableEventGraphic.java
blob: 3c5718191605426d09ad91f3d6338686d02a6970 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

package com.fourisland.fourpuzzle.gamestate.mapview.event.graphic;

/**
 *
 * @author hatkirby
 */
public interface MoveableEventGraphic extends EventGraphic {

}