GameHandler.AddGameTime C# (CSharp) 메소드

AddGameTime() 공개 정적인 메소드

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