GameHandler.SetControlType C# (CSharp) Method

SetControlType() public static method

public static SetControlType ( ControlType ct ) : void
ct ControlType
return void
    public static void SetControlType(ControlType ct)
    {
        GameHandler.Instance().currentControl = ct;
    }
GameHandler