namespace RbxlReader.DataTypes; public class NumberRange { public readonly float Min; public readonly float Max; }