Click or drag to resize
ModName Property
Name of the mod.

Should be alphanumeric and all lowercase. If the name consists of multiple words, seperate them with hyphens, like 'my-mod'.

This name should not change once a mod was published. It should also be unique among all published mod as it is used for identification by the mod loader.

Namespace: spaar.ModLoader
Assembly: SpaarModLoader (in SpaarModLoader.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public abstract string Name { get; }

Property Value

Type: String
See Also