1
0
Fork 0
mirror of https://github.com/ppy/osu-tools.git synced 2025-06-08 07:17:01 +09:00

Move out API request handling

This commit is contained in:
StanR 2022-03-09 18:11:04 +03:00
parent 6a22f69842
commit ac1aa522d6
5 changed files with 66 additions and 45 deletions

View file

@ -4,14 +4,11 @@
using System;
using osu.Framework;
using osu.Framework.Platform;
using osu.Game.Online;
namespace PerformanceCalculatorGUI
{
public static class Program
{
public static readonly EndpointConfiguration ENDPOINT_CONFIGURATION = new ProductionEndpointConfiguration();
[STAThread]
public static void Main(string[] args)
{