Update project version and dependencies; adjust DeathPlane scale and refine settings

This commit is contained in:
2026-04-19 15:53:11 +02:00
parent effcda6b10
commit 17e3425de3
24 changed files with 818 additions and 1230 deletions

View File

@@ -10,7 +10,7 @@ namespace Infrastructure.Unity
private void OnTriggerEnter(Collider other)
{
if (other.TryGetComponent<PlayerController>(out var player))
if (other.TryGetComponent<PlayerController>(out _))
{
OnPlayerFell?.Invoke();
}