diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-08-31 16:26:42 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-09-14 19:14:51 -0400 |
commit | d49ead6113c85d3b30db664aad1a965ffdef6bbb (patch) | |
tree | d8435a7090b2f378f3411b3786fa8c79aba9963a /src/SMAPI.Web/Views/LogParser/Index.cshtml | |
parent | f04f7811536ba6e35c4ad6357fb6904826eda9dc (diff) | |
download | SMAPI-d49ead6113c85d3b30db664aad1a965ffdef6bbb.tar.gz SMAPI-d49ead6113c85d3b30db664aad1a965ffdef6bbb.tar.bz2 SMAPI-d49ead6113c85d3b30db664aad1a965ffdef6bbb.zip |
remove custom enum, add Android to SMAPI's platform enum
This will also be used in an upcoming commit for SMAPI's target platform constant.
Diffstat (limited to 'src/SMAPI.Web/Views/LogParser/Index.cshtml')
-rw-r--r-- | src/SMAPI.Web/Views/LogParser/Index.cshtml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/SMAPI.Web/Views/LogParser/Index.cshtml b/src/SMAPI.Web/Views/LogParser/Index.cshtml index 7f8036db..42887019 100644 --- a/src/SMAPI.Web/Views/LogParser/Index.cshtml +++ b/src/SMAPI.Web/Views/LogParser/Index.cshtml @@ -1,4 +1,5 @@ @using Newtonsoft.Json +@using StardewModdingAPI.Toolkit.Utilities @using StardewModdingAPI.Web.Framework.ClientPlatformDetection @using StardewModdingAPI.Web.Framework.LogParsing.Models @model StardewModdingAPI.Web.ViewModels.LogParserModel |