Files
OldThink/Content.Server/_White/InteractiveBoard/OnInteractiveBoardWriteComponent.cs
CaypenNow b635d4efaf [Feat] Interactive Board (#258)
* interactive board

* change2

* fixes
2024-04-02 17:17:43 +03:00

8 lines
192 B
C#

namespace Content.Server._White.InteractiveBoard;
[RegisterComponent]
[Access(typeof(InteractiveBoardSystem))]
public sealed partial class OnInteractiveBoardWriteComponent : Component
{
}