mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-06-27 03:44:54 +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";
|
||
|
}
|
||
|
}
|