mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-18 13:23:05 +00:00
7 lines
129 B
C#
7 lines
129 B
C#
using QSB.WorldSync;
|
|
|
|
namespace QSB.ItemSync.WorldObjects
|
|
{
|
|
public interface IQSBOWItemSocket : IWorldObjectTypeSubset { }
|
|
}
|