Moved remaining client.*Codes classes into their respective data packages

as they are intended to represent codes shared between the client and the
server.  Made correspondingly necessary changes throughout.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1240 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Walter Korman
2002-04-15 16:28:05 +00:00
parent f6fedf5bdf
commit a97e9db978
31 changed files with 71 additions and 59 deletions
@@ -1,5 +1,5 @@
//
// $Id: PlaceRegistry.java,v 1.19 2002/03/28 22:32:31 mdb Exp $
// $Id: PlaceRegistry.java,v 1.20 2002/04/15 16:28:01 shaper Exp $
package com.threerings.crowd.server;
@@ -16,7 +16,6 @@ import com.threerings.presents.dobj.Subscriber;
import com.threerings.presents.server.InvocationManager;
import com.threerings.crowd.Log;
import com.threerings.crowd.client.LocationCodes;
import com.threerings.crowd.data.PlaceConfig;
import com.threerings.crowd.data.PlaceObject;