mirror of
https://github.com/esiur/esiur-dart.git
synced 2026-04-04 02:08:21 +00:00
package
This commit is contained in:
15
lib/src/Net/Packets/IIPPacketEvent.dart
Normal file
15
lib/src/Net/Packets/IIPPacketEvent.dart
Normal file
@@ -0,0 +1,15 @@
|
||||
class IIPPacketEvent
|
||||
{
|
||||
// Event Manage
|
||||
static const int ResourceReassigned = 0;
|
||||
static const int ResourceDestroyed = 1;
|
||||
static const int ChildAdded = 2;
|
||||
static const int ChildRemoved = 3;
|
||||
static const int Renamed = 4;
|
||||
// Event Invoke
|
||||
static const int PropertyUpdated = 0x10;
|
||||
static const int EventOccurred = 0x11;
|
||||
|
||||
// Attribute
|
||||
static const int AttributesUpdated = 0x18;
|
||||
}
|
||||
Reference in New Issue
Block a user