Skip to content

Commit

Permalink
Add new steam Enum
Browse files Browse the repository at this point in the history
  • Loading branch information
CarbonNeuron committed Mar 6, 2021
1 parent 07414a1 commit 7e78fe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AmongUsCapture/Memory/Structs/SteamPlayerInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public struct SteamPlayerInfo : PlayerInfo
{
[System.Runtime.InteropServices.FieldOffset(8)] public byte PlayerId;
[System.Runtime.InteropServices.FieldOffset(12)] public uint PlayerName;
[System.Runtime.InteropServices.FieldOffset(16)] public byte ColorId;
[System.Runtime.InteropServices.FieldOffset(17)] public byte ColorId;
[System.Runtime.InteropServices.FieldOffset(20)] public uint HatId;
[System.Runtime.InteropServices.FieldOffset(24)] public uint PetId;
[System.Runtime.InteropServices.FieldOffset(28)] public uint SkinId;
Expand Down

0 comments on commit 7e78fe1

Please sign in to comment.