Click or drag to resize

ModHostDebugHandler Property

Returns the ModDebugHandler for the current mod and can be used to log useful debug messages.

Namespace:  UMod
Assembly:  UMod (in UMod.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public ModDebugHandler DebugHandler { get; }

Property Value

Type: ModDebugHandler
See Also