7 lines
195 B
C#
7 lines
195 B
C#
|
namespace SoFii {
|
|||
|
public static class Constants {
|
|||
|
public const string SOFII_DOMAIN = "_sofii.flashii.net.";
|
|||
|
public const string INFO_URL = "https://fii.moe/sofii";
|
|||
|
}
|
|||
|
}
|