8 lines
113 B
C#
Raw Normal View History

2021-02-23 14:42:18 +00:00
namespace QSB.ItemSync.WorldObjects
{
public interface IQSBOWItem
{
uint HoldingPlayer { get; set; }
}
}