using Content.Shared.Humanoid; using Content.Shared.Preferences; using Robust.Shared.Serialization; namespace Content.Shared._Amour.HumanoidAppearanceExtension; public record struct HumanoidAppearanceLoadingEvent( Entity Entity, HumanoidCharacterProfile Profile); public record struct HumanoidAppearanceLoadedEvent( Entity Entity, HumanoidCharacterProfile Profile); public record struct HumanoidAppearanceClonedEvent( Entity Source, Entity Target);