2
0
mirror of https://github.com/esiur/esiur-dart.git synced 2025-12-15 17:00:23 +00:00
Files
esiur-dart/lib/src/Net/Packets/IIPAuthPacketCommand.dart
2019-08-07 17:12:20 +03:00

7 lines
167 B
Dart

class IIPAuthPacketCommand
{
static const int Action = 0;
static const int Declare = 1;
static const int Acknowledge = 2;
static const int Error = 3;
}