projects
/
potlatch2.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
drag multiple items
[potlatch2.git]
/
net
/
systemeD
/
halcyon
/
connection
/
EntityEvent.as
diff --git
a/net/systemeD/halcyon/connection/EntityEvent.as
b/net/systemeD/halcyon/connection/EntityEvent.as
index 1484b26776f27dde3b1d6a54affe1f77b76ebd09..0835eaac01e08c1667ed59ff368b2e2d28356a0a 100644
(file)
--- a/
net/systemeD/halcyon/connection/EntityEvent.as
+++ b/
net/systemeD/halcyon/connection/EntityEvent.as
@@
-3,7
+3,7
@@
package net.systemeD.halcyon.connection {
import flash.events.Event;
public class EntityEvent extends Event {
- pr
ivate
var item:Entity;
+ pr
otected
var item:Entity;
public function EntityEvent(type:String, item:Entity) {
super(type);