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