Click or drag to resize

IModNameInfo Interface

Represents mod name information including the mod version.

Namespace:  UMod
Assembly:  UMod-Shared (in UMod-Shared.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public interface IModNameInfo

The IModNameInfo type exposes the following members.

Properties
  NameDescription
Public propertyModName
Get the name of the mod.
Public propertyModVersion
Get the mod version as specified bu the creator.
Top
See Also