예제 #1
0
 public MapUpdateRequest(Map m, MapUpdater u, int d)
 {
     map     = m;
     updater = u;
     diff    = d;
 }