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

5 lines
137 B
C#
Raw Normal View History

2022-09-22 12:02:40 +00:00
using QSB.WorldSync;
namespace QSB.EchoesOfTheEye.WineCellar;
internal class QSBWineCellarSwitch : WorldObject<WineCellarSwitch> { }