mirror of
https://github.com/esiur/esiur-dart.git
synced 2026-04-04 02:08:21 +00:00
package
This commit is contained in:
7
lib/src/Net/Packets/IIPPacketCommand.dart
Normal file
7
lib/src/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