示例#1
0
 public EntityUpdater(Client client)
 {
     this.client   = client;
     this.unpacker = new PropertyValueUnpacker();
 }
示例#2
0
 public EntityUpdater(Client client) {
     this.client = client;
     this.unpacker = new PropertyValueUnpacker();
 }