mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-18 04:10:36 +00:00
9 lines
191 B
C#
9 lines
191 B
C#
|
using QSB.WorldSync;
|
|||
|
|
|||
|
namespace QSB.EchoesOfTheEye.AlarmTotemSync.WorldObjects;
|
|||
|
|
|||
|
public class QSBAlarmBell : WorldObject<AlarmBell>
|
|||
|
{
|
|||
|
public override void SendInitialState(uint to) { }
|
|||
|
}
|