Ejemplo n.º 1
0
        static int _m_Unload(RealStatePtr L)
        {
            ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);


            xc.DBEquipPos __cl_gen_to_be_invoked = (xc.DBEquipPos)translator.FastGetCSObj(L, 1);


            try {
                {
                    __cl_gen_to_be_invoked.Unload(  );



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