Rebuilt various bits using the code generator. Annotated some Java sources
along the way. git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@99 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
@@ -26,6 +26,7 @@ import java.awt.Rectangle;
|
||||
import com.samskivert.util.StringUtil;
|
||||
|
||||
import com.threerings.io.Streamable;
|
||||
import com.threerings.util.ActionScript;
|
||||
|
||||
import com.threerings.presents.dobj.DSet;
|
||||
|
||||
@@ -49,6 +50,7 @@ public class Cluster extends Rectangle
|
||||
}
|
||||
|
||||
// documentation inherited
|
||||
@ActionScript(omit=true)
|
||||
public boolean equals (Object other)
|
||||
{
|
||||
if (other instanceof Cluster) {
|
||||
|
||||
Reference in New Issue
Block a user