/* * 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 { }