Added template for APIKeys class.

This commit is contained in:
2025-06-19 07:21:52 -04:00
parent 1380b40a60
commit 7c7b80277d
2 changed files with 21 additions and 0 deletions

View File

@@ -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 = "";
}
}

View File

@@ -10,6 +10,10 @@
<ApplicationIcon>fantasy_toolbox_icon.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Compile Remove="APIs\APIKeys.template.cs" />
</ItemGroup>
<ItemGroup>
<None Remove="Resources\close-button.png" />
<None Remove="Resources\main-banner.png" />
@@ -34,6 +38,10 @@
<Content Include="fantasy_toolbox_icon.ico" />
</ItemGroup>
<ItemGroup>
<None Include="APIs\APIKeys.template.cs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="CXuesong.MW.WikiClientLibrary" Version="0.8.0" />
</ItemGroup>