Refactor AccentManager to be an entity system, makes accents ECS. (#4825)
This commit is contained in:
committed by
GitHub
parent
55b4edb895
commit
4c80fb9586
@@ -375,6 +375,7 @@ namespace Content.Server.Chat.Managers
|
||||
|
||||
public void RegisterChatTransform(TransformChat handler)
|
||||
{
|
||||
// TODO: Literally just make this an event...
|
||||
_chatTransformHandlers.Add(handler);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user