mirror of
https://github.com/babalae/better-genshin-impact
synced 2025-01-08 11:57:53 +08:00
7 lines
104 B
C#
7 lines
104 B
C#
namespace MicaSetup;
|
|
|
|
internal static class MicaInfo
|
|
{
|
|
public const string Version = "v1.3.0";
|
|
}
|