Event-ify Rejuvenate (#11145)

This commit is contained in:
Visne
2022-09-14 19:30:56 +02:00
committed by GitHub
parent 81eee73995
commit 356a6b8d2e
13 changed files with 100 additions and 61 deletions

View File

@@ -0,0 +1,5 @@
namespace Content.Shared.Rejuvenate;
public sealed class RejuvenateEvent : EntityEventArgs
{
}