Update GameTime Methods

This commit is contained in:
hondacrx
2022-03-01 17:33:20 -05:00
parent 556334221b
commit 9587d3ea7d
7 changed files with 35 additions and 35 deletions
+2 -2
View File
@@ -27,12 +27,12 @@ public class GameTime
return _gameMSTime;
}
public static DateTime GetGameTimeSystemPoint()
public static DateTime GetSystemTime()
{
return _gameTimeSystemPoint;
}
public static DateTime GetGameTimeSteadyPoint()
public static DateTime Now()
{
return _gameTimeSteadyPoint;
}