namespace TACO.Slots { using System; public class Gear : Slot { public override string Name { get { return "Gear Slot"; } } } }