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