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