7 lines
131 B
C#
Raw Normal View History

2021-11-01 15:49:00 +00:00
namespace QSB.ItemSync.WorldObjects.Sockets
2021-02-26 22:24:49 +00:00
{
2021-02-26 22:26:17 +00:00
internal class QSBSharedStoneSocket : QSBOWItemSocket<SharedStoneSocket>
2021-02-26 22:24:49 +00:00
{
}
}