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

This commit is contained in:
2025-10-17 15:10:19 +08:00
parent 56a94e99c5
commit fd7dfa408c
68 changed files with 2045 additions and 159 deletions

View File

@@ -13,7 +13,7 @@ namespace UI
private void Start()
{
UIViewerControllerLocator.Instance.TryGetWait<PlayerController>(OnGet);
ControllerLocator.Instance.TryGetWait<PlayerController>(OnGet);
}
private void Update()