Add scary comment
This commit is contained in:
parent
537859e1d4
commit
640b2d0d1f
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue