Ejemplo n.º 1
0
 public EventContext(EventContextType type, SubEventContextType subType, ulong id)
 {
     Type    = type;
     Id      = id;
     SubType = subType;
 }
Ejemplo n.º 2
0
 public EventContext(EventContextType type, ulong id)
 {
     Type    = type;
     Id      = id;
     SubType = null;
 }