public void BuildRequest(int x, int y, int targetX, int targetY)
 {
     packet.BuildRequest(x, y, targetX, targetY);
 }