mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-09 12:54:51 +00:00
9 lines
136 B
C#
9 lines
136 B
C#
using QSB.WorldSync;
|
|
|
|
namespace QSB.QuantumSync.WorldObjects
|
|
{
|
|
internal class QSBQuantumSocket : WorldObject<QuantumSocket>
|
|
{
|
|
}
|
|
}
|