Esempio n. 1
0
        public void AddExp(int exp)
        {
            Debug_Mod       arg_26_0 = new Debug_Mod();
            List <Mem_ship> list     = new List <Mem_ship>();

            list.Add(this._mem_data);
            List <Mem_ship> arg_26_1 = list;
            List <int>      list2    = new List <int>();

            list2.Add(exp);
            arg_26_0.ShipAddExp(arg_26_1, list2);
        }