mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-17 05:27:38 +03:00
Implement map text (#28705)
(cherry picked from commit de07c291de827bd8a2e843974d4362a13be3bb89)
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