initial debug draw packet; data for the tests are entirely fabricated as we have no instances of this packet in the wild (#1170)

This commit is contained in:
Fate-JH 2024-03-02 23:08:59 -05:00 committed by GitHub
parent 5d42f71901
commit f2c486d6f6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 69 additions and 1 deletions

View file

@ -487,7 +487,7 @@ object GamePacketOpcode extends Enumeration {
case 0x99 => noDecoder(EmpireIncentivesMessage)
case 0x9a => game.InvalidTerrainMessage.decode
case 0x9b => noDecoder(SyncMessage)
case 0x9c => noDecoder(DebugDrawMessage)
case 0x9c => game.DebugDrawMessage.decode
case 0x9d => noDecoder(SoulMarkMessage)
case 0x9e => noDecoder(UplinkPositionEvent)
case 0x9f => game.HotSpotUpdateMessage.decode