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,7 +1,7 @@
//
// $Id: GameCodes.java,v 1.2 2001/10/11 04:07:51 mdb Exp $
// $Id: GameCodes.java,v 1.3 2001/10/11 21:08:21 mdb Exp $
package com.threerings.parlor.client;
package com.threerings.parlor.game;
import com.threerings.presents.client.InvocationCodes;