Changeset 67f5126 in java-rpg-client for ClientThread.java
- Timestamp:
- Aug 31, 2007, 10:20:09 PM (17 years ago)
- Branches:
- master
- Children:
- 92d1b2a
- Parents:
- ca180f5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ClientThread.java
rca180f5 r67f5126 1 1 import gamegui.*; 2 3 /* 4 * This thread is responsible for interacting with the server. It waits to receive messages from the server and then handles them. 5 */ 2 6 3 7 public class ClientThread extends Connection {
Note:
See TracChangeset
for help on using the changeset viewer.