Ejemplo n.º 1
0
 public Worker(int X, int Y, TileMatrix Matrix)
 {
     this.X      = X;
     this.Y      = Y;
     this.Matrix = Matrix;
 }