Implement map text (#28705)

This commit is contained in:
Julian Giebel
2024-06-09 21:18:54 +02:00
committed by GitHub
parent 3ceb92a0c4
commit de07c291de
9 changed files with 290 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
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;