Class PlayerDiagnosticInfo
Inheritance
PlayerDiagnosticInfo
Assembly: SlipeServer.Server.dll
Syntax
public sealed class PlayerDiagnosticInfo : EventArgs
Constructors
|
Edit this page
View Source
PlayerDiagnosticInfo(uint, string)
Declaration
public PlayerDiagnosticInfo(uint level, string message)
Parameters
Properties
|
Edit this page
View Source
Level
Declaration
public uint Level { get; }
Property Value
|
Edit this page
View Source
Message
Declaration
public string Message { get; }
Property Value