Skip to content

Commit

Permalink
Update PingMapMarker
Browse files Browse the repository at this point in the history
  • Loading branch information
Xsear committed Mar 17, 2024
1 parent 25a8560 commit 66add1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AeroMessages/GSS/V66/Generic/Event/PingMapMarker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace AeroMessages.GSS.V66.Generic
[AeroMessageId(MsgType.GSS, MsgSrc.Message, 0, 111)]
public partial class PingMapMarker
{
public ulong Unk1; // Marker guid?
public uint Unk2;
public ulong EncounterMarkerId; // Marker guid?
public uint Type;
}
}

0 comments on commit 66add1c

Please sign in to comment.