remove old socket classes

This commit is contained in:
Mister_Nebula 2022-01-30 09:27:55 +00:00
parent adbb052a92
commit e4da4e68a0
2 changed files with 0 additions and 12 deletions

View File

@ -1,6 +0,0 @@
namespace QSB.ItemSync.WorldObjects.Sockets
{
internal class QSBDreamLanternSocket : QSBOWItemSocket<DreamLanternSocket>
{
}
}

View File

@ -1,6 +0,0 @@
namespace QSB.ItemSync.WorldObjects.Sockets
{
internal class QSBVisionTorchSocket : QSBOWItemSocket<VisionTorchSocket>
{
}
}