- fix: Height on cline and some stuff
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user