本地化问题修改

This commit is contained in:
2025-05-16 21:47:35 +08:00
parent 6638b42997
commit 851070f3cf
52 changed files with 7768 additions and 5502 deletions
@@ -39,14 +39,6 @@ namespace AibisDream
_dataContainer.Unregister<T>();
}
private void Update()
{
if (Input.GetKeyDown(KeyCode.K))
{
Debug.Log(_dataContainer.Count);
}
}
#endregion
#region