コード例 #1
0
ファイル: LSGame.Round.cs プロジェクト: DireClanMC/MCGalaxy
        internal string RoundTimeLeftMessage()
        {
            TimeSpan left = RoundStart.Add(cfg.RoundTime) - DateTime.UtcNow;

            return("&3" + left.Shorten(true) + " &Suntil the round ends.");
        }
コード例 #2
0
ファイル: LSGame.Round.cs プロジェクト: TheDireMaster/McDire
        internal string FloodTimeLeftMessage()
        {
            TimeSpan left = RoundStart.Add(cfg.FloodTime) - DateTime.UtcNow;

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