mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-09 03:40:46 +00:00
6 lines
151 B
C#
6 lines
151 B
C#
using QSB.WorldSync;
|
|
|
|
namespace QSB.EchoesOfTheEye.WineCellar.WorldObjects;
|
|
|
|
internal class QSBWineCellarSwitch : WorldObject<WineCellarSwitch> { }
|