2021-02-23 14:42:18 +00:00

8 lines
113 B
C#

namespace QSB.ItemSync.WorldObjects
{
public interface IQSBOWItem
{
uint HoldingPlayer { get; set; }
}
}