private void RpcMoveUnit(int[] intString)
 {
     HexPosition[] path = HexPosition.intStringToPath(intString);
     path [0].getUnit().move(path);
 }