Exemplo n.º 1
0
        static int _m_EnterEditRoom_xlua_st_(RealStatePtr L)
        {
            try {
                ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);



                {
                    ClubRoomInfo  _room = (ClubRoomInfo)translator.GetObject(L, 1, typeof(ClubRoomInfo));
                    System.Action _cb   = translator.GetDelegate <System.Action>(L, 2);

                    PUtils.EnterEditRoom(_room, _cb);



                    return(0);
                }
            } catch (System.Exception gen_e) {
                return(LuaAPI.luaL_error(L, "c# exception:" + gen_e));
            }
        }