mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-04 02:47:22 +00:00
8 lines
163 B
C#
8 lines
163 B
C#
namespace QSB.QuantumSync.WorldObjects
|
|
{
|
|
internal class QSBQuantumMoon : QSBQuantumObject<QuantumMoon>
|
|
{
|
|
protected override bool HostControls => true;
|
|
}
|
|
}
|