GameHandler.RestoreControl C# (CSharp) 메소드

RestoreControl() 공개 정적인 메소드

public static RestoreControl ( ) : void
리턴 void
    public static void RestoreControl()
    {
        GameHandler.Instance().blockControl = 0;
    }
GameHandler