Changeset c76134b in network-game for common/Player.h
- Timestamp:
- Jun 18, 2013, 11:16:21 PM (11 years ago)
- Branches:
- master
- Children:
- 66c4ec4
- Parents:
- 1d0ede1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
common/Player.h
r1d0ede1 rc76134b 61 61 unsigned long long timeLastUpdated; 62 62 unsigned long long timeAttackStarted; 63 unsigned long long timeDied; 63 64 bool isChasing; 64 65 bool isAttacking; 65 66 int targetPlayer; 67 bool isDead; 66 68 67 69 int playerClass;
Note:
See TracChangeset
for help on using the changeset viewer.