9 lines
136 B
C#
Raw Normal View History

2021-12-26 21:05:07 -08:00
using QSB.WorldSync;
2020-12-22 21:39:53 +00:00
namespace QSB.QuantumSync.WorldObjects
2020-12-22 21:39:53 +00:00
{
2020-12-23 22:43:05 +00:00
internal class QSBQuantumSocket : WorldObject<QuantumSocket>
2020-12-22 21:39:53 +00:00
{
}
2021-12-26 20:57:34 -08:00
}