仿游戏热血江湖游戏类25

namespace RxjhServer
{
    using System;

    public class GClass25
    {
        private byte[] byte_0;

        public GClass25()
        {
            this.Byte_0 = new byte[4];
        }

        public GClass25(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
            {
                byte[] dst = new byte[2];
                Buffer.BlockCopy(this.byte_0, 0, dst, 0, 2);
                return BitConverter.ToInt16(dst, 0)

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