More work on things.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3900 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2006-03-01 23:52:52 +00:00
parent 679133091b
commit 740e00c731
22 changed files with 684 additions and 19 deletions
@@ -4,6 +4,8 @@ import flash.events.EventDispatcher;
import flash.events.TimerEvent;
import flash.util.Timer;
import com.threerings.util.TypedArray;
import com.threerings.presents.data.ClientObject;
import com.threerings.presents.dobj.DObjectManager;
@@ -296,5 +298,7 @@ public class Client extends EventDispatcher
/** Ticks. */
protected var _tickInterval :Timer;
protected var _stringArray :TypedArray = new TypedArray(String);
}
}