AK.F1.Timing.Messages.Weather.SetIsWetMessage.SetIsWetMessage C# (CSharp) Method

SetIsWetMessage() public method

Initialises a new instance of the SetIsWetMessage class and specifies whether the track is wet or dry.
public SetIsWetMessage ( bool isWet ) : System
isWet bool
return System
        public SetIsWetMessage(bool isWet)
        {
            IsWet = isWet;
        }