Moved Parlor game stuff into parlor.game package instead of spreading it

across parlor.client, parlor.server and parlor.data.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@437 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2001-10-11 21:08:22 +00:00
parent 915e13ca12
commit 6634eb3fc9
16 changed files with 33 additions and 37 deletions
@@ -1,5 +1,5 @@
//
// $Id: ParlorManager.java,v 1.8 2001/10/11 04:07:51 mdb Exp $
// $Id: ParlorManager.java,v 1.9 2001/10/11 21:08:22 mdb Exp $
package com.threerings.parlor.server;
@@ -14,7 +14,8 @@ import com.threerings.crowd.server.CrowdServer;
import com.threerings.parlor.Log;
import com.threerings.parlor.client.ParlorCodes;
import com.threerings.parlor.data.GameConfig;
import com.threerings.parlor.game.GameConfig;
import com.threerings.parlor.game.GameManager;
/**
* The parlor manager is responsible for the parlor services in
@@ -1,5 +1,5 @@
//
// $Id: ParlorProvider.java,v 1.6 2001/10/11 04:07:51 mdb Exp $
// $Id: ParlorProvider.java,v 1.7 2001/10/11 21:08:22 mdb Exp $
package com.threerings.parlor.server;
@@ -10,7 +10,7 @@ import com.threerings.crowd.server.CrowdServer;
import com.threerings.parlor.Log;
import com.threerings.parlor.client.ParlorCodes;
import com.threerings.parlor.data.GameConfig;
import com.threerings.parlor.game.GameConfig;
/**
* The parlor provider handles the server side of the various Parlor