public int FLD_FJ_MAGIC4
{
get
{
byte[] dst = new byte[2];
Buffer.BlockCopy(this.Byte_0, 0x2e, dst, 0, 2);
return BitConverter.ToInt16(dst, 0);
}
set
{
Buffer.BlockCopy(BitConverter.GetBytes(value), 0, this.Byte_0, 0x2e, 2);
}
}
public int FLD_FJ_MAGIC5
{
get
{
byte[] dst = new byte[2];
Buffer.BlockCopy(this.Byte_0, 0x30, dst, 0, 2);
return BitConverter.ToInt16(dst, 0);
}
set
{
Buffer.BlockCopy(BitConverter.GetBytes(value), 0, this.Byte_0, 0x30, 2);
}
}
pu