/// <summary>
        /// </summary>
        /// <param name="sender"></param>
        /// <param name="e"></param>
        private void OnCountdownStart(object sender, StartCountdownEventArgs e)
        {
            if (OnlineManager.CurrentGame.Host != OnlineManager.Self.OnlineUser)
            {
                return;
            }

            ReadyUp.ChangeText("CANCEL MATCH START");
            AlignRightItems(RightAligned);
        }
Пример #2
0
 /// <summary>
 /// </summary>
 /// <param name="sender"></param>
 /// <param name="e"></param>
 private void OnCountdownStart(object sender, StartCountdownEventArgs e)
 => OnlineManager.CurrentGame.CountdownStartTime = e.TimeStarted;