Class IgnoreModdingLegalWaiverAttribute
Applies to GameModule classes and allows them to be executed by the game regardless of the "Enable script mods" setting. This can only be used for system modules within Socially Distant itself or within DLC.
Inherited Members
Namespace: SociallyDistant.Core.Config
Assembly: SociallyDistant.dll
Syntax
[AttributeUsage(AttributeTargets.Class)]
public class IgnoreModdingLegalWaiverAttribute : Attribute