laufenden countdown auch nach login/register anzeigen

This commit is contained in:
hydrant
2021-04-11 05:36:23 +02:00
parent cf62e11656
commit 5d4d1165de
5 changed files with 23 additions and 4 deletions

View File

@@ -1,4 +1,5 @@
using System.Collections.Generic;
using System;
using System.Collections.Generic;
using GTANetworkAPI;
namespace ReallifeGamemode.Server.Util
@@ -14,5 +15,8 @@ namespace ReallifeGamemode.Server.Util
{ "iCroniX", "Life of Malle - Eimer für Alle - Alle für Malle - Böllern! (CroniX)" },
{ "balboistderbeste", "Hurra! Hurra! Der Balbo ist jetzt da! (balbo)" },
};
public static DateTime CountdownUntil { get; internal set; }
public static string CountdownText { get; internal set; }
}
}