GameHandler.SetGameTime C# (CSharp) Method

SetGameTime() public static method

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