From 7c7b80277d88eb8d456bfb2170031855d41cf054 Mon Sep 17 00:00:00 2001 From: Kalakoi Date: Thu, 19 Jun 2025 07:21:52 -0400 Subject: [PATCH] Added template for APIKeys class. --- osrs-toolbox/APIs/APIKeys.template.cs | 13 +++++++++++++ osrs-toolbox/osrs-toolbox.csproj | 8 ++++++++ 2 files changed, 21 insertions(+) create mode 100644 osrs-toolbox/APIs/APIKeys.template.cs 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 @@ + + + +