]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/client/damage.qh
8cbdf81e252d7cc4123f99f0c697c450b844a1b2
[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 #endif