EventPlayerHintmessage
Interface EventPlayerHintmessage
Namespace: SwiftlyS2.Shared.GameEventDefinitions
Assembly: SwiftlyS2.CS2.dll
Event "player_hintmessage"
public interface EventPlayerHintmessage : IGameEvent<EventPlayerHintmessage>Implements
Properties
HintMessage
localizable string of a hint
type: string
string HintMessage { get; set; }Property Value