Implement map text (#28705)

(cherry picked from commit de07c291de827bd8a2e843974d4362a13be3bb89)
This commit is contained in:
Julian Giebel
2024-06-09 21:18:54 +02:00
committed by Spatison
parent 0aba8ef06a
commit 74072829b2
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;