- add: interface for interaction
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using Content.Shared.Humanoid;
|
||||
using Content.Shared.Preferences;
|
||||
using Robust.Shared.Serialization;
|
||||
|
||||
namespace Content.Shared._Amour.HumanoidAppearanceExtension;
|
||||
|
||||
public record struct HumanoidAppearanceLoadingEvent(
|
||||
Entity<HumanoidAppearanceComponent> Entity,
|
||||
HumanoidCharacterProfile Profile);
|
||||
|
||||
public record struct HumanoidAppearanceLoadedEvent(
|
||||
Entity<HumanoidAppearanceComponent> Entity,
|
||||
HumanoidCharacterProfile Profile);
|
||||
Reference in New Issue
Block a user