Changeset d6c8eb6 in java-rpg-common for Player.java
- Timestamp:
- Aug 31, 2007, 10:28:27 PM (17 years ago)
- Branches:
- master
- Children:
- de19622
- Parents:
- 04e7260
- 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 */ 1 6 2 7 public class Player implements Comparable<Player> {
Note:
See TracChangeset
for help on using the changeset viewer.