Play different sound if the object is up, left, etc.

This commit is contained in:
shoaib11120
2022-01-19 14:27:15 +05:30
parent 2b59c6759d
commit b9a10e6039
4 changed files with 141 additions and 15 deletions

View File

@@ -3,7 +3,6 @@ using stardew_access.Game;
using StardewModdingAPI;
using StardewValley;
using StardewValley.Menus;
using StardewValley.TerrainFeatures;
namespace stardew_access.Patches
{