Ejemplo n.º 1
0
    public Vector3 Add(Vector3 a, Vector3 b)
    {
        //------------------------------------------
        DelegateBridge _Hotfix1_Add = HotfixCalc.__Hotfix1_Add;

        if (_Hotfix1_Add != null)
        {
            return(_Hotfix1_Add.__Gen_Delegate_Imp15(this, a, b));
        }
        //------------------------------------------

        return(a - b);
    }