mirror of
https://github.com/GeWuYou/GFramework.git
synced 2026-05-07 00:39:00 +08:00
15 lines
350 B
C#
15 lines
350 B
C#
// Copyright (c) 2025-2026 GeWuYou
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
namespace GFramework.Core.Constants;
|
|
|
|
/// <summary>
|
|
/// GFramework框架常量定义类
|
|
/// </summary>
|
|
public static class GFrameworkConstants
|
|
{
|
|
/// <summary>
|
|
/// 框架名称常量
|
|
/// </summary>
|
|
public const string FrameworkName = "GFramework";
|
|
} |