static int _m_Match(RealStatePtr L) { ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); Bacon.MainController __cl_gen_to_be_invoked = (Bacon.MainController)translator.FastGetCSObj(L, 1); try { { Sproto.SprotoTypeBase responseObj = (Sproto.SprotoTypeBase)translator.GetObject(L, 2, typeof(Sproto.SprotoTypeBase)); __cl_gen_to_be_invoked.Match(responseObj); return(0); } } catch (System.Exception __gen_e) { return(LuaAPI.luaL_error(L, "c# exception:" + __gen_e)); } }