namespace CurrencyChanger2.ConfigMigration { public partial class V1ConfigResult { public enum TextureType { USD, EUR, GBP, SGD, CAD } } }