Add scary comment

This commit is contained in:
MegaMech 2025-12-13 11:50:01 -07:00
parent 537859e1d4
commit 640b2d0d1f
1 changed files with 10 additions and 0 deletions

View File

@ -19,6 +19,16 @@ extern "C" {
* This file is responsible for registering the games stock content
*/
/**
*
* DO NOT RE-ORDER ANYTHING IN THIS FILE.
* IT WILL MIX UP THE IDS
*
* Add new content to the end of the function
*/
void RegisterActors(Registry<ActorInfo, const SpawnParams&>& r) {
ActorInfo info;