GameHandler.SetControlType C# (CSharp) 메소드

SetControlType() 공개 정적인 메소드

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