Changeset 8dad966 in network-game for common/Player.h


Ignore:
Timestamp:
Jun 3, 2013, 11:05:20 PM (11 years ago)
Author:
dportnoy <dmp1488@…>
Branches:
master
Children:
d03ec0f
Parents:
8a4ed74
Message:

Added server support for player attack animations and cooldowns and firing projectiles for ranged attacks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/Player.h

    r8a4ed74 r8dad966  
    5858   POSITION target;
    5959   unsigned long long timeLastUpdated;
     60   unsigned long long timeAttackStarted;
     61   bool isAttacking;
     62   int targetPlayer;
    6063
    6164   int playerClass;
     
    6467   int attackType;
    6568   int damage;
     69   unsigned long long attackCooldown;
    6670   int team; // 0 is blue, 1 is red
    6771   bool hasBlueFlag;
Note: See TracChangeset for help on using the changeset viewer.