Changeset 4fbc6ff in java-rpg-server for ProcessingThread.java
- Timestamp:
- Aug 31, 2007, 10:36:11 PM (17 years ago)
- Branches:
- master
- Children:
- 52f778b
- Parents:
- 243278b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ProcessingThread.java
r243278b r4fbc6ff 1 1 import java.util.*; 2 3 /* 4 * This thread handles events in the world such as monster movement and player movement and other things that do not require player input. It 5 * also sends information to all players to notify them of changes in the world. 6 */ 2 7 3 8 public class ProcessingThread extends Thread {
Note:
See TracChangeset
for help on using the changeset viewer.