2
0
mirror of https://github.com/esiur/esiur-js.git synced 2026-04-04 05:58:22 +00:00
Files
esiur-js/src/Net/Packets/IIPAuthPacketCommand.js
2024-06-22 04:09:50 +03:00

9 lines
112 B
JavaScript

// IIPAuthPacketCommand
export default
{
Initialize: 0,
Acknowledge: 1,
Action: 2,
Event: 3
};