This repository has been archived on 2024-10-29. You can view files and clone it, but cannot push or open issues or pull requests.
Files
beatsaber-scoretracker/Mod/Consts.cs

8 lines
145 B
C#
Raw Normal View History

2024-08-07 05:19:39 +01:00
namespace ScoreTracker
{
internal class Consts
{
2024-08-07 07:50:44 +01:00
public static string ApiUrl = "https://beatsaber.fascinated.cc/api";
2024-08-07 05:19:39 +01:00
}
}