SharedMapTextSystem.cs 227 B

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