2023-10-08 00:10:21 +00:00
|
|
|
|
namespace SoFii {
|
|
|
|
|
public static class Constants {
|
|
|
|
|
public const string SOFII_DOMAIN = "_sofii.flashii.net.";
|
|
|
|
|
public const string INFO_URL = "https://fii.moe/sofii";
|
2023-10-08 00:25:08 +00:00
|
|
|
|
public const string MP_EXE = "SoF2MP.exe";
|
2023-10-08 00:10:21 +00:00
|
|
|
|
}
|
|
|
|
|
}
|