v1.0.20.1 (summer patch)

This commit is contained in:
itchyOwl
2023-06-15 16:46:54 +03:00
parent 6acac1d143
commit 83de72e3d2
209 changed files with 4497 additions and 2488 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;