Now with completed readme.

This commit is contained in:
Travis Burtrum 2010-06-04 02:09:02 -04:00 committed by moparisthebest
parent 6851a4f31c
commit aca3085e7b
1 changed files with 9 additions and 1 deletions

View File

@ -7,4 +7,12 @@ To do this, your client must have a class with the name 'client' in the default
the org.moparscape.iface.ClientInterface interface. For more info on how to implement that interface,
refer to the javadocs of the interface itself.
You can als
You can also write a custom server for your client. It must have a class with the name 'server' in the
default package, which implements the org.moparscape.iface.ServerInterface interface. For more info on how
to implement that interface, refer to the javadocs of the interface itself.
If you have any questions, concerns, or bugs to report, post them on this thread:
http://www.moparscape.org/smf/index.php/topic,427512.0.html
Thanks,
moparisthebest