Skip to content

Commit

Permalink
Fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
Quantumplation committed Dec 10, 2024
1 parent 10dec4b commit b8be4a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/HydraMultiplayer/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export const PacketSchema = Data.Object({
to: Data.Integer(),
from: Data.Integer(),
ephemeralKey: Data.Bytes(),
kills: Data.Array(Data.Integer()),
data: Data.Bytes(),
});

Expand Down

0 comments on commit b8be4a9

Please sign in to comment.