]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/common/items/item/armor.qh
Use the new item system for health and armor
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / items / item / armor.qh
1 #ifndef ARMOR_H
2 #define ARMOR_H
3 #include "pickup.qh"
4 CLASS(Armor, Pickup)
5 ENDCLASS(Armor)
6 #endif