beatsaber-scoretracker/Mod/Consts.cs

8 lines
131 B
C#
Raw Normal View History

2024-08-07 04:19:39 +00:00
namespace ScoreTracker
{
internal class Consts
{
public static string ApiUrl = "http://localhost:7500";
}
}