SMAPI - Stardew Modding API

SMAPI - Stardew Modding API

2M Downloads

Add helper.Content.NormaliseAssetName method

Pathoschild opened this issue ยท 1 comments

commented

Add a method like helper.Content.NormaliseAssetName(@"Characters\schedules\") for mods which need to check asset name fragments like this:

 if (asset.AssetName.Contains(@"Characters\schedules\"))
commented

Done in develop for the SMAPI 2.2 release.