Files
tbd-station-14/Content.Shared/MapText/SharedMapTextSystem.cs
2024-06-09 15:18:54 -04:00

7 lines
227 B
C#

namespace Content.Shared.MapText;
/// <summary>
/// This handles registering the map text overlay, caching the text font and handling component state
/// </summary>
public abstract class SharedMapTextSystem : EntitySystem;