SwiftlyS2

MLGameState

Interface MLGameState

Namespace: SwiftlyS2.Shared.ProtobufDefinitions

Assembly: SwiftlyS2.CS2.dll

public interface MLGameState : ITypedProtobuf<MLGameState>, INativeHandle

Implements

Properties

Match

MLMatchState Match { get; }
Property Value

Players

IProtobufRepeatedFieldSubMessageType<MLPlayerState> Players { get; }
Property Value

Round

MLRoundState Round { get; }
Property Value

On this page