public int FLD_MAGIC4
{
get
{
byte[] dst = new byte[4];
Buffer.BlockCopy(this.Byte_0, 0x20, dst, 0, 4);
return BitConverter.ToInt32(dst, 0);
}
set
{
Buffer.BlockCopy(BitConverter.GetBytes(value), 0, this.Byte_0, 0x20, 2);
}
}
public int FLD_RESIDE2
{
get
{
return this.int_22;
}
set
{
this.int_22 = value;
}
}
public int Int32_0
{
get
{
return BitConverter.ToInt32(this.Byte_0, 12);
}