Changeset d6c8eb6 in java-rpg-common for Player.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
  • Player.java

    r04e7260 rd6c8eb6  
     1
     2/*
     3 * This class contains most of the information about a player and an instance should exist for every registered player, whether or not he
     4 * is online.
     5 */
    16
    27public class Player implements Comparable<Player> {
Note: See TracChangeset for help on using the changeset viewer.