]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/common/gamemodes/gamemode/onslaught/cl_generator.qh
Add a mutator hook for CopyBody
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / gamemodes / gamemode / onslaught / cl_generator.qh
1 #ifndef CLIENT_GENERATOR_H
2 #define CLIENT_GENERATOR_H
3 const vector GENERATOR_MIN = '-52 -52 -14';
4 const vector GENERATOR_MAX = '52 52 75';
5
6 const int GSF_STATUS = 4;
7 const int GSF_SETUP = 8;
8
9 #endif