namespace InABox.Core { public class PINEditor : BaseEditor { protected override BaseEditor DoClone() { return new PINEditor(); } } }