public override void Load(NbtReader reader, INbtContainerNode parent) { base.Load(reader, parent); Value = reader.ReadSingle(); }