public static FloatChoice Load(IValueStream stream) { return(new FloatChoice(stream.GetFloat32())); }
public static FloatChoice Load(IValueStream stream) { return new FloatChoice(stream.GetFloat32()); }