Progress on Ye Olde Parlor services.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@363 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
//
|
||||
// $Id: GameManager.java,v 1.1 2001/10/01 02:56:35 mdb Exp $
|
||||
|
||||
package com.threerings.parlor.server;
|
||||
|
||||
import java.util.Properties;
|
||||
|
||||
import com.threerings.cocktail.party.server.PlaceManager;
|
||||
import com.threerings.cocktail.party.server.PlaceRegistry;
|
||||
|
||||
public class GameManager extends PlaceManager
|
||||
{
|
||||
public void init (PlaceRegistry registry, Properties config)
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user