]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/client/damage.qh
Allow single letter uldr, also make sure it isn't case sensitive
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / damage.qh
1 #ifndef CLIENT_DAMAGE_H
2 #define CLIENT_DAMAGE_H
3
4 .float total_damages; // number of effects which currently are attached to a player
5
6 void Ent_DamageInfo(float isNew);
7
8 #endif