mirror of
https://github.com/jie65535/GrasscutterCommandGenerator.git
synced 2025-10-22 20:09:46 +08:00
Separate pages
This commit is contained in:
25
Source/GrasscutterTools/Utils/Common.cs
Normal file
25
Source/GrasscutterTools/Utils/Common.cs
Normal file
@@ -0,0 +1,25 @@
|
||||
using System;
|
||||
|
||||
using GrasscutterTools.Game;
|
||||
using GrasscutterTools.OpenCommand;
|
||||
|
||||
namespace GrasscutterTools.Utils
|
||||
{
|
||||
internal static class Common
|
||||
{
|
||||
/// <summary>
|
||||
/// 应用版本
|
||||
/// </summary>
|
||||
public static Version AppVersion { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 命令版本
|
||||
/// </summary>
|
||||
public static CommandVersion CommandVersion { get; } = CommandVersion.Latest();
|
||||
|
||||
/// <summary>
|
||||
/// 开放命令接口
|
||||
/// </summary>
|
||||
public static OpenCommandAPI OC { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user