仿游戏热血江湖游戏类27

namespace RxjhServer
{
    using System;

    public class GClass27
    {
        private byte[] byte_0;
        public int int_0;

        public GClass27()
        {
        }

        public GClass27(byte[] byte_1)
        {
            this.Byte_0 = byte_1;
        }

        public byte[] Byte_0
        {
            get
            {
                return this.byte_0;
            }
            set
            {
                this.byte_0 = value;
            }
        }

        public int Int32_0
        {
            get
            {
                return BitConverter.ToInt16(this.Byte_0, 0);
            }
            set
            {
                Buffer.BlockCopy(BitConverter.GetB

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