]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/client/shownames.qh
Listbox / Picker: Implement item fading in a different way so that it gets influenced...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / shownames.qh
1 #ifndef SHOWNAMES_H
2 #define SHOWNAMES_H
3
4 .float healthvalue;
5 .float armorvalue;
6 .float sameteam;
7 .float fadedelay;
8 .float pointtime;
9 #endif