mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-06-26 19:34:47 +00:00
6 lines
117 B
C#
6 lines
117 B
C#
namespace SRDebugger {
|
|
public static class VersionInfo {
|
|
public const string Version = "1.12.1";
|
|
}
|
|
}
|