namespace Yw.Settings { /// /// 尺寸 /// public class Paras_HydroL3d_Size { /// /// 宽度 /// public float Width { get; set; } /// /// 高度 /// public float Height { get; set; } } }