mirror of
https://github.com/esiur/esiur-dart.git
synced 2025-12-17 17:30:25 +00:00
1.0
This commit is contained in:
7
bin/Net/Packets/IIPPacketCommand.dart
Normal file
7
bin/Net/Packets/IIPPacketCommand.dart
Normal file
@@ -0,0 +1,7 @@
|
||||
class IIPPacketCommand
|
||||
{
|
||||
static const int Event = 0;
|
||||
static const int Request = 1;
|
||||
static const int Reply = 2;
|
||||
static const int Report = 3;
|
||||
}
|
||||
Reference in New Issue
Block a user