using System; using System.Collections; using System.Collections.Generic; using BITKit; using UnityEngine; namespace BITFALL.Quest { [Serializable] public struct IsQuestItem : IProperty { public override string ToString() => "任务物品"; } }