Class OnWorldCreatedBySquad_WorldAttribute
The function will be called when a world instance is created by world squad
Examples
[OnWorldCreatedBySquad_World]
internal static void ExampleFunction () { }
Constructors
OnWorldCreatedBySquad_WorldAttribute(int)
The function will be called when a world instance is created by world squad
Declaration
public OnWorldCreatedBySquad_WorldAttribute(int order = 0)
Examples
[OnWorldCreatedBySquad_World]
internal static void ExampleFunction () { }