using System;
using System.Collections;
using System.Collections.Generic;
using BITKit.WorldNode;
namespace Net.Project.B.Quest
{
public interface IQuestNode :IWorldNode
}