]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/common/triggers/trigger/viewloc.qh
Change the internal database value name to _ranked
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / triggers / trigger / viewloc.qh
1 #pragma once
2
3 .entity viewloc;
4
5 #ifdef CSQC
6 .entity goalentity;
7 .entity enemy;
8 .vector movedir;
9 #endif