More basic stuff.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@392 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2001-10-04 00:29:07 +00:00
parent cc53626cab
commit 7e3805f069
6 changed files with 235 additions and 0 deletions
@@ -0,0 +1,10 @@
//
// $Id: LobbyObject.dobj,v 1.1 2001/10/04 00:29:07 mdb Exp $
package com.threerings.micasa.lobdy;
import com.threerings.cocktail.party.data.PlaceObject;
public class LobbyObject extends PlaceObject
{
}