mirror of
https://github.com/jie65535/GrasscutterCommandGenerator.git
synced 2025-06-07 22:59:14 +08:00
Add GC 1.7
This commit is contained in:
parent
dd4eb36c17
commit
403cc3fe52
@ -162,6 +162,11 @@ namespace GrasscutterTools.Game
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public static readonly Version V1_6_3 = new Version(1, 6, 3);
|
public static readonly Version V1_6_3 = new Version(1, 6, 3);
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// 2023/??
|
||||||
|
/// </summary>
|
||||||
|
public static readonly Version V1_7_0 = new Version(1, 7, 0);
|
||||||
|
|
||||||
// More...
|
// More...
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Date
|
/// Date
|
||||||
@ -184,6 +189,7 @@ namespace GrasscutterTools.Game
|
|||||||
V1_6_1,
|
V1_6_1,
|
||||||
V1_6_2,
|
V1_6_2,
|
||||||
V1_6_3,
|
V1_6_3,
|
||||||
|
V1_7_0,
|
||||||
};
|
};
|
||||||
|
|
||||||
#endregion - 版本列表 Version List -
|
#endregion - 版本列表 Version List -
|
||||||
|
Loading…
Reference in New Issue
Block a user