Delta-v/Content.Shared/_DV/Humanoid/AppearanceLoadedEvent.cs

8 lines
188 B
C#

namespace Content.Shared._DV.Humanoid;
/// <summary>
/// Raised on an entity when their appearance is changed.
/// </summary>
[ByRefEvent]
public record struct AppearanceLoadedEvent;