using System; namespace XMainClient { internal class ArtifactAttrRange { public uint Max = 0u; public uint Min = 0u; } }