This commit is contained in:
EvilFactory
2023-06-15 12:13:50 -03:00
210 changed files with 4491 additions and 2580 deletions
@@ -7,7 +7,14 @@ namespace Barotrauma
{
private static double alpha;
/// <summary>
/// Total amount of the time the game has run.
/// </summary>
public static double TotalTime;
/// <summary>
/// Total amount of time the game has run, excluding when the game is paused.
/// </summary>
public static double TotalTimeUnpaused;
public static double Accumulator;
public const int FixedUpdateRate = 60;