This commit is contained in:
hondacrx
2021-08-17 09:52:08 -04:00
parent ea364025fb
commit 2aadd8a721
+1 -1
View File
@@ -4,7 +4,7 @@ public class GameTime
{
static long StartTime = Time.UnixTime;
static long _gameTime = 0;
static long _gameTime = Time.UnixTime;
static uint _gameMSTime = 0;
static DateTime _gameTimeSystemPoint = DateTime.MinValue;