Implement map text (#28705)
This commit is contained in:
6
Content.Shared/MapText/SharedMapTextSystem.cs
Normal file
6
Content.Shared/MapText/SharedMapTextSystem.cs
Normal 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;
|
||||
Reference in New Issue
Block a user