]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/common/gamemodes/gamemode/onslaught/cl_generator.qh
Merge branch 'master' into Mirio/balance
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / gamemodes / gamemode / onslaught / cl_generator.qh
1 #pragma once
2
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;