コード例 #1
0
 public void Deserialize(BSReader reader)
 {
     this.Type     = (ObjectGeneralType)reader.ReadInt16();
     this.Category = (ObjectGeneralCategory)reader.ReadInt16();
     this.Name     = reader.ReadString();
     this.Int01    = reader.ReadInt32();
     this.Int02    = reader.ReadInt32();
 }