Click or drag to resize
TemplateAttribute Class
Use this to mark a class extending Mod as a template for other people to extend. This will cause the class to not be loaded as a mod and allows you to have more than one implementation of Mod.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    spaar.ModLoaderTemplateAttribute

Namespace: spaar.ModLoader
Assembly: SpaarModLoader (in SpaarModLoader.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public sealed class TemplateAttribute : Attribute

The TemplateAttribute type exposes the following members.

Constructors
  NameDescription
Public methodTemplateAttribute
Initializes a new instance of the TemplateAttribute class
Top
See Also