Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/imchillin/Anamnesis
Browse files Browse the repository at this point in the history
  • Loading branch information
Ani-ki committed Jan 24, 2023
2 parents 8604ccd + 75b5201 commit b181037
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 b181037

Please sign in to comment.