namespace jeanf.ContentManagement.ProgressionSystem.Data { public enum UnlockableContent { UC_UNLOCKED = 0, // Add your unlockable content IDs here UC_COSMETIC_001, UC_COSMETIC_002, // ... } }