//------------------------------------------ public int Add(int a, int b) { //------------------------------------------ DelegateBridge _Hotfix0_Add = HotfixCalc.__Hotfix0_Add; if (_Hotfix0_Add != null) { return(_Hotfix0_Add.__Gen_Delegate_Imp14(this, a, b)); } //------------------------------------------ return(a - b); }