Skip to content

Commit

Permalink
feat: add MessageID.Count
Browse files Browse the repository at this point in the history
  • Loading branch information
CedaryCat committed Sep 12, 2023
1 parent c9dc6e3 commit 538383c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/EnchCoreApi.TrProtocol.Shared/MessageID.cs
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ public enum MessageID : byte {
SyncItemCannotBeTakenByEnemies = 148,

ServerInfo = 149,
PlayerPlatformInfo = 150
PlayerPlatformInfo = 150,
Count,
}
}

0 comments on commit 538383c

Please sign in to comment.