8 lines
192 B
C#
8 lines
192 B
C#
namespace Content.Server._White.InteractiveBoard;
|
|
|
|
[RegisterComponent]
|
|
[Access(typeof(InteractiveBoardSystem))]
|
|
public sealed partial class OnInteractiveBoardWriteComponent : Component
|
|
{
|
|
}
|