summaryrefslogtreecommitdiff
path: root/NET/worlds/scape/Undoable.java
blob: b6400353e4c0b0d810fe7c4e0834f684c3c4fb27 (plain) (blame)
1
2
3
4
5
package NET.worlds.scape;

public interface Undoable {
   void undo();
}