]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/mapobjects/func/stardust.qc
Rename triggers to mapobjects
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / mapobjects / func / stardust.qc
diff --git a/qcsrc/common/mapobjects/func/stardust.qc b/qcsrc/common/mapobjects/func/stardust.qc
new file mode 100644 (file)
index 0000000..9c2fba8
--- /dev/null
@@ -0,0 +1,9 @@
+#include "stardust.qh"
+#ifdef SVQC
+spawnfunc(func_stardust)
+{
+       this.effects = EF_STARDUST;
+
+       CSQCMODEL_AUTOINIT(this);
+}
+#endif