Files
wwdpublic/Content.Client/HealthExaminableSystem/HealthExaminableSystem.cs
Nemanja 1408d6c712 Replace IClickAlert with events (#30728)
* Replace IAlertClick with events

* whoop

* eek!
2025-07-19 11:12:44 +10:00

6 lines
165 B
C#

using Content.Shared.HealthExaminable;
namespace Content.Client.HealthExaminableSystem;
public sealed class HealthExaminableSystem : SharedHealthExaminableSystem;