Skip to content

Commit

Permalink
Merge pull request #1285 from AsgardXIV/extendedappearance
Browse files Browse the repository at this point in the history
Fix Extended Appearance (again)
  • Loading branch information
Luminiari authored Jan 21, 2023
2 parents 9720edc + 443b9a4 commit 75b5201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Anamnesis/Memory/ActorModelMemory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ public enum DataPaths : short
[Bind(0x050)] public TransformMemory? Transform { get; set; }
[Bind(0x0A0, BindFlags.Pointer | BindFlags.OnlyInGPose)] public SkeletonMemory? Skeleton { get; set; }
[Bind(0x148, BindFlags.Pointer)] public BustMemory? Bust { get; set; }
[Bind(0x248, 0x040, 0x020, BindFlags.Pointer)] public ExtendedAppearanceMemory? ExtendedAppearance { get; set; }
[Bind(0x260)] public Color Tint { get; set; }
[Bind(0x274)] public float Height { get; set; }
[Bind(0x2B0)] public float Wetness { get; set; }
[Bind(0x2BC)] public float Drenched { get; set; }
[Bind(0x938)] public short DataPath { get; set; }
[Bind(0x93C)] public byte DataHead { get; set; }
[Bind(0x9D8, 0x028, BindFlags.Pointer)] public ExtendedAppearanceMemory? ExtendedAppearance { get; set; }

public bool LockWetness
{
Expand Down

0 comments on commit 75b5201

Please sign in to comment.