Add Utility Rewrites
This commit is contained in:
parent
ca0d649148
commit
6a12013752
|
@ -16,5 +16,11 @@ namespace StardewModdingAPI.Framework.RewriteFacades
|
||||||
{
|
{
|
||||||
return getTrashReclamationPrice(item, player, -1);
|
return getTrashReclamationPrice(item, player, -1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[SuppressMessage("ReSharper", "CS0109", Justification = "The 'new' modifier applies when compiled on Windows.")]
|
||||||
|
public static new int getRandomItemFromSeason(string season, int randomSeedAddition, bool forQuest, bool changeDaily = true)
|
||||||
|
{
|
||||||
|
return getRandomItemFromSeason(season, randomSeedAddition, forQuest);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue