Some ActionScript conversion updates.

git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@102 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Michael Bayne
2006-10-06 00:35:00 +00:00
parent 469e15e58e
commit 77e22d65fc
5 changed files with 7 additions and 9 deletions
@@ -25,6 +25,7 @@ import java.io.IOException;
import com.threerings.io.ObjectInputStream;
import com.threerings.io.ObjectOutputStream;
import com.threerings.util.ActionScript;
import com.threerings.presents.dobj.DSet;
@@ -240,5 +241,6 @@ public class Card implements DSet.Entry, Comparable, CardCodes
protected byte _value;
/** The comparison key. */
@ActionScript(omit=true)
protected transient Byte _key;
}