]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/common/triggers/func/stardust.qc
Move mod directory below qcsrc
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / triggers / func / stardust.qc
1 #ifdef SVQC
2 void spawnfunc_func_stardust()
3 {
4         self.effects = EF_STARDUST;
5
6         CSQCMODEL_AUTOINIT();
7 }
8 #endif