public string GetHash(Cloth cloth) { return "?t=" + Name + "&cl=" + cloth.Id.ToString() + "&ds=" + DriverSide.ToString() + "&w=" + Width.ToString() + "&h=" + Height.ToString() + "&mag=" + UseMagnet.ToString(); }
public string GetHash(Cloth cloth) { return "?t=" + Name + "&cl=" + cloth.Id.ToString() + "&sh=" + SelectedShape.Id.ToString() + "&ds=" + DriverSide.ToString() + "&w=" + Width.ToString() + "&h=" + Height.ToString(); }