]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/common/items/item/ammo.qh
412ccc2d27f16edc45ee3b673b3870dd20068142
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / items / item / ammo.qh
1 #ifndef AMMO_H
2 #define AMMO_H
3 #include "../item.qh"
4 CLASS(Ammo, GameItem)
5     METHOD(Ammo, respondTo, bool(entity, int))
6     ATTRIB(Ammo, ammoName, string, string_null)
7 ENDCLASS(Ammo)
8 #endif