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