using System; namespace DominionBase.Cards.Renaissance { public static class TypeClass { public static readonly Type Academy = typeof(Academy); public static readonly Type ActingTroupe = typeof(ActingTroupe); public static readonly Type Barracks = typeof(Barracks); public static readonly Type BorderGuard = typeof(BorderGuard); public static readonly Type Canal = typeof(Canal); public static readonly Type CargoShip = typeof(CargoShip); public static readonly Type Cathedral = typeof(Cathedral); public static readonly Type Citadel = typeof(Citadel); public static readonly Type CityGate = typeof(CityGate); public static readonly Type CropRotation = typeof(CropRotation); public static readonly Type Ducat = typeof(Ducat); public static readonly Type Experiment = typeof(Experiment); public static readonly Type Exploration = typeof(Exploration); public static readonly Type Fair = typeof(Fair); public static readonly Type Flag = typeof(Flag); public static readonly Type FlagBearer = typeof(FlagBearer); public static readonly Type GuildHall = typeof(GuildHall); public static readonly Type Hideout = typeof(Hideout); public static readonly Type Horn = typeof(Horn); public static readonly Type Improve = typeof(Improve); public static readonly Type Innovation = typeof(Innovation); public static readonly Type Inventor = typeof(Inventor); public static readonly Type Key = typeof(Key); public static readonly Type Lackeys = typeof(Lackeys); public static readonly Type Lantern = typeof(Lantern); public static readonly Type MountainVillage = typeof(MountainVillage); public static readonly Type OldWitch = typeof(OldWitch); public static readonly Type Pageant = typeof(Pageant); public static readonly Type Patron = typeof(Patron); public static readonly Type Piazza = typeof(Piazza); public static readonly Type Priest = typeof(Priest); public static readonly Type Recruiter = typeof(Recruiter); public static readonly Type Research = typeof(Research); public static readonly Type RoadNetwork = typeof(RoadNetwork); public static readonly Type Scepter = typeof(Scepter); public static readonly Type Scholar = typeof(Scholar); public static readonly Type Sculptor = typeof(Sculptor); public static readonly Type Seer = typeof(Seer); public static readonly Type Sewers = typeof(Sewers); public static readonly Type SilkMerchant = typeof(SilkMerchant); public static readonly Type Silos = typeof(Silos); public static readonly Type SinisterPlot = typeof(SinisterPlot); public static readonly Type Spices = typeof(Spices); public static readonly Type StarChart = typeof(StarChart); public static readonly Type Swashbuckler = typeof(Swashbuckler); public static readonly Type TreasureChest = typeof(TreasureChest); public static readonly Type Treasurer = typeof(Treasurer); public static readonly Type Villain = typeof(Villain); public static readonly Type Villager = typeof(Villager); public static readonly Type SinisterPlotMarker = typeof(SinisterPlotMarker); } }