Files
tbd-station-14/Content.Client/GameObjects/EntitySystems/ClientNotifySystem.cs
Pieter-Jan Briers f91488fa27 Popup message notifications. (#125)
* Popup message system v1

* Networking for the popup notifications.

Ship it.
2018-11-21 21:11:30 +01:00

8 lines
104 B
C#

namespace Content.Client.GameObjects.EntitySystems
{
public class ClientNotifySystem
{
}
}