Пример #1
0
 internal override void vmethod_1(BinaryReader reader)
 {
     base.vmethod_1(reader);
     this.int_0        = reader.ReadInt32();
     this.string_0     = reader.ReadString();
     this.fieldBools_0 = (BfField.FieldBools)reader.ReadByte();
     this.bfType_0     = new BfType
     {
         Id = reader.ReadInt32()
     };
     this.methodCollection_0.method_6(reader);
     this.methodCollection_1.method_6(reader);
 }
Пример #2
0
		internal override void vmethod_1(BinaryReader reader)
		{
			base.vmethod_1(reader);
			this.int_0 = reader.ReadInt32();
			this.string_0 = reader.ReadString();
			this.fieldBools_0 = (BfField.FieldBools)reader.ReadByte();
			this.bfType_0 = new BfType
			{
				Id = reader.ReadInt32()
			};
			this.methodCollection_0.method_6(reader);
			this.methodCollection_1.method_6(reader);
		}