Files
crystall-punk-14/Content.Shared/MapText/SharedMapTextSystem.cs

7 lines
227 B
C#
Raw Normal View History

2024-06-09 21:18:54 +02:00
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;