Esempio n. 1
0
    public int TestOut(int a, out double b, ref string c, GameObject go)
    {
        //------------------------------------------
        DelegateBridge _Hotfix1_TestOut = HotfixCalc.__Hotfix1_TestOut;

        if (_Hotfix1_TestOut != null)
        {
            return(_Hotfix1_TestOut.__Gen_Delegate_Imp17(this, a, out b, ref c, go));
        }
        //------------------------------------------
        return(TestOut(a, out b, ref c));
    }