Created base class for OSRS Wiki API calls.

This commit is contained in:
2025-05-27 11:42:21 -04:00
parent 01ccbe01fe
commit e3519ad676

View File

@@ -0,0 +1,13 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Text.Json;
using System.Threading.Tasks;
namespace osrs_toolbox
{
public static class Wiki
{
}
}