quantum-space-buddies/QSB/EchoesOfTheEye/WineCellar/WorldObjects/QSBWineCellarSwitch.cs

6 lines
151 B
C#

using QSB.WorldSync;
namespace QSB.EchoesOfTheEye.WineCellar.WorldObjects;
internal class QSBWineCellarSwitch : WorldObject<WineCellarSwitch> { }