SwiftlyS2

IOnConsoleOutputEvent

Interface IOnConsoleOutputEvent

Namespace: SwiftlyS2.Shared.Events

Assembly: SwiftlyS2.CS2.dll

Called when a console output is received.

public interface IOnConsoleOutputEvent

Properties

Message

The message of the console output.

string Message { get; }
Property Value

On this page