From 2aa46a15721367eaf24feab07bbe66a4952afa9d Mon Sep 17 00:00:00 2001 From: Ray Greenwell Date: Tue, 8 May 2007 20:18:44 +0000 Subject: [PATCH] Omit this class from 'genascript' generation, as the actionscript side does a special thing or two. git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@298 c613c5cb-e716-0410-b11b-feb51c14d237 --- src/java/com/threerings/ezgame/data/PropertySetEvent.java | 1 + 1 file changed, 1 insertion(+) 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. */