Changeset d6c8eb6 in java-rpg-common for Client.java


Ignore:
Timestamp:
Aug 31, 2007, 10:28:27 PM (17 years ago)
Author:
dportnoy <dmp1488@…>
Branches:
master
Children:
de19622
Parents:
04e7260
Message:

[svn r28]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Client.java

    r04e7260 rd6c8eb6  
    11import java.io.*;
    22import java.util.*;
     3
     4/*
     5 * An instance of this class should exist for every player that is online. THe PrintWriter is used to send messages to the player and the
     6 * Calender stores when he logged on.
     7 */
    38
    49public class Client {
Note: See TracChangeset for help on using the changeset viewer.