Example #1
0
 public RicePacketAttribute(ushort id, RiceServer.ServerType handlers)
 {
     this.id       = id;
     this.handlers = handlers;
 }
Example #2
0
 public RicePacketAttribute(ushort id, RiceServer.ServerType handlers)
 {
     this.id = id;
     this.handlers = handlers;
 }