projects
/
potlatch2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
change relation.appendMember to use the undo system, and update various places as...
[potlatch2.git]
/
net
/
systemeD
/
halcyon
/
MapController.as
1
package net.systemeD.halcyon {
2
import net.systemeD.halcyon.connection.*;
3
import flash.events.*;
4
5
public interface MapController {
6
7
function entityMouseEvent(event:MouseEvent, entity:Entity):void;
8
9
}
10
11
}
12