mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-09 21:59:16 +00:00
7 lines
131 B
C#
7 lines
131 B
C#
namespace QSB.ItemSync.WorldObjects.Sockets
|
|
{
|
|
internal class QSBSharedStoneSocket : QSBOWItemSocket<SharedStoneSocket>
|
|
{
|
|
}
|
|
}
|