quantum-space-buddies/QSB/ItemSync/WorldObjects/Sockets/QSBNomaiConversationStoneSocket.cs

7 lines
153 B
C#
Raw Normal View History

2021-11-01 15:49:00 +00:00
namespace QSB.ItemSync.WorldObjects.Sockets
{
internal class QSBNomaiConversationStoneSocket : QSBOWItemSocket<NomaiConversationStoneSocket>
{
}
}