mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-10 06:51:36 +00:00
6 lines
139 B
C#
6 lines
139 B
C#
using QSB.WorldSync;
|
|
|
|
namespace QSB.EchoesOfTheEye.AlarmTotemSync.WorldObjects;
|
|
|
|
public class QSBAlarmBell : WorldObject<AlarmBell> { }
|