mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-17 05:27:38 +03:00
7 lines
160 B
C#
7 lines
160 B
C#
using Content.Shared.MapText;
|
|
|
|
namespace Content.Server.MapText;
|
|
|
|
[RegisterComponent]
|
|
public sealed partial class MapTextComponent : SharedMapTextComponent;
|