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