- fix: Height on cline and some stuff

This commit is contained in:
2024-03-17 18:25:52 +03:00
parent eb78be2549
commit 31a548215c
4 changed files with 36 additions and 1 deletions

View File

@@ -11,3 +11,7 @@ public record struct HumanoidAppearanceLoadingEvent(
public record struct HumanoidAppearanceLoadedEvent(
Entity<HumanoidAppearanceComponent> Entity,
HumanoidCharacterProfile Profile);
public record struct HumanoidAppearanceClonedEvent(
Entity<HumanoidAppearanceComponent> Source,
Entity<HumanoidAppearanceComponent> Target);