打包1.4

This commit is contained in:
2025-11-04 00:37:25 +08:00
parent ffd6a01587
commit cbc67120fa
13 changed files with 19486 additions and 18472 deletions

View File

@@ -62,5 +62,10 @@ namespace Script.Gameplay.Player
CurrentHealth = MaxHealth;
}
}
private void OnDestroy()
{
ControllerLocator.Instance.Unregister(this);
}
}
}