feat():大改前的提交,这个版本保存了所有冗余的代码

This commit is contained in:
2025-10-17 15:10:19 +08:00
parent 668bfe12eb
commit 3d03c59dc3
68 changed files with 2045 additions and 159 deletions

View File

@@ -4,10 +4,9 @@ using System.Collections.Generic;
namespace Core
{
/// <summary>
/// 专用于视图控制器层的 Locator。
/// 支持层级父Locator查找例如UI模块Locator → 游戏全局Locator
/// 专用于注册控制器的服务定位器
/// </summary>
public class UIViewerControllerLocator : ServiceLocator<UIViewerControllerLocator>
public class ControllerLocator : ServiceLocator<ControllerLocator>
{
// 这里可以按需添加额外的特化功能。
// 当前已经完整继承 Register、Resolve、TryGetWait 等功能。