mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-04-05 11:25:20 +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";
|
|
}
|