]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/common/gamemodes/gamemode/deathmatch/deathmatch.qh
fdae27863f72eeb421753d468b5e962805460e19
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / gamemodes / gamemode / deathmatch / deathmatch.qh
1 #pragma once
2
3 #ifdef SVQC
4 #include <common/mutators/base.qh>
5 REGISTER_MUTATOR(dm, false)
6 {
7     MUTATOR_STATIC();
8         return 0;
9 }
10 #endif