GameHandler.RestoreControl C# (CSharp) Method

RestoreControl() public static method

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