Exemple #1
0
        internal string RoundTimeLeftMessage()
        {
            TimeSpan left = RoundStart.Add(cfg.RoundTime) - DateTime.UtcNow;

            return("&3" + left.Shorten(true) + " &Suntil the round ends.");
        }
Exemple #2
0
        internal string FloodTimeLeftMessage()
        {
            TimeSpan left = RoundStart.Add(cfg.FloodTime) - DateTime.UtcNow;

            return("&3" + left.Shorten(true) + " %Suntil the flood.");
        }