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/IIPPacketCommand.js
2019-07-15 22:01:38 +03:00

8 lines
100 B
JavaScript

export default // IIPPacketCommand =
{
Event: 0,
Request: 1,
Reply: 2,
Report: 3
};