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:
@@ -1,9 +1,9 @@
|
||||
//
|
||||
// $Id: LobbyCodes.java,v 1.3 2001/10/11 04:13:33 mdb Exp $
|
||||
// $Id: LobbyCodes.java,v 1.4 2002/04/15 16:28:02 shaper Exp $
|
||||
|
||||
package com.threerings.micasa.lobby;
|
||||
|
||||
import com.threerings.presents.client.InvocationCodes;
|
||||
import com.threerings.presents.data.InvocationCodes;
|
||||
|
||||
/**
|
||||
* Contains codes used by the lobby invocation services.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: SimulatorDirector.java,v 1.1 2001/12/19 09:32:02 shaper Exp $
|
||||
// $Id: SimulatorDirector.java,v 1.2 2002/04/15 16:28:02 shaper Exp $
|
||||
|
||||
package com.threerings.micasa.simulator.client;
|
||||
|
||||
@@ -8,6 +8,8 @@ import com.threerings.presents.client.InvocationDirector;
|
||||
|
||||
import com.threerings.parlor.game.GameConfig;
|
||||
|
||||
import com.threerings.micasa.simulator.data.SimulatorCodes;
|
||||
|
||||
public class SimulatorDirector implements SimulatorCodes
|
||||
{
|
||||
/**
|
||||
|
||||
+2
-2
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// $Id: SimulatorCodes.java,v 1.1 2001/12/19 09:32:02 shaper Exp $
|
||||
// $Id: SimulatorCodes.java,v 1.1 2002/04/15 16:28:02 shaper Exp $
|
||||
|
||||
package com.threerings.micasa.simulator.client;
|
||||
package com.threerings.micasa.simulator.data;
|
||||
|
||||
public interface SimulatorCodes
|
||||
{
|
||||
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: SimulatorManager.java,v 1.9 2002/03/28 22:32:32 mdb Exp $
|
||||
// $Id: SimulatorManager.java,v 1.10 2002/04/15 16:28:02 shaper Exp $
|
||||
|
||||
package com.threerings.micasa.simulator.server;
|
||||
|
||||
@@ -25,7 +25,7 @@ import com.threerings.parlor.game.GameObject;
|
||||
|
||||
import com.threerings.micasa.Log;
|
||||
import com.threerings.micasa.simulator.client.Simulant;
|
||||
import com.threerings.micasa.simulator.client.SimulatorCodes;
|
||||
import com.threerings.micasa.simulator.data.SimulatorCodes;
|
||||
|
||||
/**
|
||||
* The simulator manager is responsible for handling the simulator
|
||||
|
||||
Reference in New Issue
Block a user