using System; namespace ConjureOS.MetadataWindow { [Serializable] public struct GameGenre { public int selectedGenre; } }