Merge pull request #84 from teamfisk/DamageIndicator

Damage indicator
This commit is contained in:
Tobias Dahl
2016-02-11 21:08:59 +01:00
9 changed files with 554 additions and 1 deletions
+1
View File
@@ -11,6 +11,7 @@ struct PlayerDamage : Event
{
//NOTE: this struct is missing information on what the damageSource is
EntityWrapper Player;
EntityWrapper PlayerShooter;
double Damage;
};