55093e30f8
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@432 542714f4-19e9-0310-aa3c-eee0fc999fb1
11 lines
199 B
Plaintext
11 lines
199 B
Plaintext
//
|
|
// $Id: LobbyObject.dobj,v 1.3 2001/10/11 04:13:33 mdb Exp $
|
|
|
|
package com.threerings.micasa.lobby;
|
|
|
|
import com.threerings.crowd.data.PlaceObject;
|
|
|
|
public class LobbyObject extends PlaceObject
|
|
{
|
|
}
|