diff --git a/osrs-toolbox/APIs/APIKeys.template.cs b/osrs-toolbox/APIs/APIKeys.template.cs new file mode 100644 index 0000000..7a41744 --- /dev/null +++ b/osrs-toolbox/APIs/APIKeys.template.cs @@ -0,0 +1,13 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace osrs_toolbox +{ + public static class APIKeys + { + public static readonly string RANDOM = ""; + } +} diff --git a/osrs-toolbox/osrs-toolbox.csproj b/osrs-toolbox/osrs-toolbox.csproj index 8714d4a..bf935a5 100644 --- a/osrs-toolbox/osrs-toolbox.csproj +++ b/osrs-toolbox/osrs-toolbox.csproj @@ -10,6 +10,10 @@ fantasy_toolbox_icon.ico + + + + @@ -34,6 +38,10 @@ + + + +