]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/client/rubble.qh
Define client entity classes
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / rubble.qh
1 #ifndef RUBBLE_H
2 #define RUBBLE_H
3 entityclass(Rubble)
4 class(Rubble) .float creationtime;
5 void RubbleLimit(string cname, float limit, void() deleteproc);
6 entity RubbleNew(string cname);
7 #endif