Changeset 4fbc6ff in java-rpg-server for ProcessingThread.java


Ignore:
Timestamp:
Aug 31, 2007, 10:36:11 PM (17 years ago)
Author:
dportnoy <dmp1488@…>
Branches:
master
Children:
52f778b
Parents:
243278b
Message:

[svn r31]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ProcessingThread.java

    r243278b r4fbc6ff  
    11import 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 */
    27
    38public class ProcessingThread extends Thread {
Note: See TracChangeset for help on using the changeset viewer.