namespace Wizard; public class GatheringInterruptTask : BaseTask { public GatheringInterruptTask() { base.type = ApiType.Type.GatheringInterrupt; } }