예제 #1
0
 protected WECommand(int x, int y, int x2, int y2, TSPlayer plr)
 {
     this.plr = plr;
     this.select = plr.GetPlayerInfo().Select ?? WorldEdit.Selections["normal"];
     this.x = x;
     this.x2 = x2;
     this.y = y;
     this.y2 = y2;
 }