GameHandler.AddGameTime C# (CSharp) Method

AddGameTime() public static method

public static AddGameTime ( float t ) : void
t float
return void
    public static void AddGameTime(float t)
    {
        GameHandler.Instance().gameTime += t;
    }
GameHandler