diff --git a/src/java/com/threerings/ezgame/data/PropertySetEvent.java b/src/java/com/threerings/ezgame/data/PropertySetEvent.java index 804be14b..ff9e281f 100644 --- a/src/java/com/threerings/ezgame/data/PropertySetEvent.java +++ b/src/java/com/threerings/ezgame/data/PropertySetEvent.java @@ -37,6 +37,7 @@ import com.threerings.ezgame.util.EZObjectMarshaller; /** * Represents a property change on the actionscript object we use in EZGameObject. */ +@ActionScript(omit=true) public class PropertySetEvent extends NamedEvent { /** Suitable for unserialization. */