Class RunAtLaunchAttribute
Attribute that specifies that a given static method should be invoked as the game launches.
Inherited Members
Namespace: Ritchie.Toolbox.Core
Assembly: Ritchie.Toolbox.dll
Syntax
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false)]
public class RunAtLaunchAttribute : Attribute