Skeletons for the party services.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@92 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2001-07-20 20:07:38 +00:00
parent 581e773eb7
commit f5cb6ca04c
10 changed files with 95 additions and 0 deletions
@@ -0,0 +1,10 @@
//
// $Id: ChatReceiver.java,v 1.1 2001/07/20 20:07:37 mdb Exp $
package com.threerings.cocktail.party.chat;
import com.threerings.cocktail.cher.client.InvocationReceiver;
public class ChatReceiver extends InvocationReceiver
{
}