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:
parent
6a22f69842
commit
ac1aa522d6
5 changed files with 66 additions and 45 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue