/// <summary> /// Called when a match starts. /// </summary> /// <param name="matchInformation">Information about the match.</param> public void Start(MatchInformation matchInformation) { AddMessageOnGuiThread("Match started"); }
/// <summary> /// Called when a match starts. /// </summary> /// <param name="matchInformation">Information about the match.</param> public void Start(MatchInformation matchInformation) { }