diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-04-13 23:47:24 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-04-13 23:47:24 -0400 |
commit | 45f4f85b7e74e0cffd345310d6aabc95c12dac26 (patch) | |
tree | 902b7a796d84060aeb9981d8b12bcd864237437e /src/SMAPI/Framework/Content | |
parent | 504733dec7d629335b83841af38cd5da91d5231f (diff) | |
download | SMAPI-45f4f85b7e74e0cffd345310d6aabc95c12dac26.tar.gz SMAPI-45f4f85b7e74e0cffd345310d6aabc95c12dac26.tar.bz2 SMAPI-45f4f85b7e74e0cffd345310d6aabc95c12dac26.zip |
add MacOS detection
Diffstat (limited to 'src/SMAPI/Framework/Content')
-rw-r--r-- | src/SMAPI/Framework/Content/ContentCache.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI/Framework/Content/ContentCache.cs b/src/SMAPI/Framework/Content/ContentCache.cs index 533da398..d95de4fe 100644 --- a/src/SMAPI/Framework/Content/ContentCache.cs +++ b/src/SMAPI/Framework/Content/ContentCache.cs @@ -3,7 +3,7 @@ using System.Collections.Generic; using System.Diagnostics.Contracts; using System.Linq; using Microsoft.Xna.Framework; -using StardewModdingAPI.Framework.ModLoading; +using StardewModdingAPI.Common; using StardewModdingAPI.Framework.Reflection; using StardewModdingAPI.Framework.Utilities; using StardewValley; |