Changeset 11d21ee in network-game for common/Player.h
- Timestamp:
- Jun 9, 2013, 9:30:32 PM (12 years ago)
- Branches:
- master
- Children:
- ff2133a
- Parents:
- 8c74150
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
common/Player.h
r8c74150 r11d21ee 59 59 unsigned long long timeLastUpdated; 60 60 unsigned long long timeAttackStarted; 61 bool isChasing; 61 62 bool isAttacking; 62 63 int targetPlayer; … … 67 68 int attackType; 68 69 int damage; 70 int range; 69 71 unsigned long long attackCooldown; 70 72 int team; // 0 is blue, 1 is red
Note:
See TracChangeset
for help on using the changeset viewer.