9 lines
159 B
C#
Raw Normal View History

2022-04-01 14:08:08 -07:00
using QSB.WorldSync;
namespace QSB.ItemSync.WorldObjects;
public interface IQSBDropTarget : IWorldObject
{
new IItemDropTarget AttachedObject { get; }
}