仿游戏热血江湖游戏类

namespace RxjhServer
{
    using System;

    public class GClass21 : IDisposable
    {
        private GClass22 gclass22_0;
        private int int_0;

        void IDisposable.Dispose()
        {
            this.GClass22_0 = null;
        }

        public GClass22 GClass22_0
        {
            get
            {
                return this.gclass22_0;
            }
            set
            {
                this.gclass22_0 = value;
            }
        }

        public int Int32_0
        {
            get
            {
                return this.int_0;
            }
            set
            {
                this.int_0 = value;
            }
        }
    }
}

namespace Rxj

你可能感兴趣的:(C++仿游戏热血江湖,游戏,java,c++)