Files
Net.Like.Xue.Tokyo/Packages-Local/Com.Project.B/Quest/QuestNode.cs
2025-06-24 23:49:13 +08:00

15 lines
194 B
C#

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