Changeset 8dad966 in network-game for common/Player.h
- Timestamp:
- Jun 3, 2013, 11:05:20 PM (12 years ago)
- Branches:
- master
- Children:
- d03ec0f
- Parents:
- 8a4ed74
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
common/Player.h
r8a4ed74 r8dad966 58 58 POSITION target; 59 59 unsigned long long timeLastUpdated; 60 unsigned long long timeAttackStarted; 61 bool isAttacking; 62 int targetPlayer; 60 63 61 64 int playerClass; … … 64 67 int attackType; 65 68 int damage; 69 unsigned long long attackCooldown; 66 70 int team; // 0 is blue, 1 is red 67 71 bool hasBlueFlag;
Note:
See TracChangeset
for help on using the changeset viewer.