This commit is contained in:
JohnCorby 2022-04-01 14:22:04 -07:00
parent c254a6469c
commit fb024212cc

View File

@ -6,6 +6,9 @@ using UnityEngine;
namespace QSB.ItemSync.WorldObjects;
/// <summary>
/// for other drop targets that don't already have world objects
/// </summary>
public class QSBOtherDropTarget : WorldObject<MonoBehaviour>, IQSBDropTarget
{
IItemDropTarget IQSBDropTarget.AttachedObject => (IItemDropTarget)AttachedObject;