namespace RxjhServer
{
using System;
public class GClass29
{
public GClass22 gclass22_0;
public int int_0;
public int int_1;
public long long_0;
}
}
namespace RxjhServer
{
using System;
public class GClass30
{
private byte[] byte_0;
public GClass30()
{
this.Byte_0 = new byte[4];
}
public GClass30(byte[] byte_1)
{
this.Byte_0 = byte_1;
}
public byte[] Byte_0
{
get
{
return this.byte_0;
}
set
{
this.byte_0 = value;
}
}