Class DefaultModuleAttribute
Attribute which marks that a module should be included automatically in a new save. This functionality only applies to types declared in the ItemChangerMod assembly.
Inherited Members
Namespace: ItemChanger.Modules
Assembly: ItemChanger.dll
Syntax
[AttributeUsage(AttributeTargets.Class)]
public class DefaultModuleAttribute : Attribute
Constructors
View SourceDefaultModuleAttribute()
Declaration
public DefaultModuleAttribute()