mirror of
https://github.com/GeWuYou/GFramework.git
synced 2026-03-22 19:03:29 +08:00
- 移除 IArchitecturePhaseAware 接口依赖 - 将 OnArchitecturePhase 方法改为重写基类方法 - 添加 Godot 模块命名空间占位类型 - 移除项目中未使用的 NUnit 包引用
6 lines
172 B
C#
6 lines
172 B
C#
namespace GFramework.Godot.SourceGenerators.Abstractions;
|
|
|
|
/// <summary>
|
|
/// Godot 模块命名空间占位类型
|
|
/// </summary>
|
|
internal sealed class GodotModuleMarker; |