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