fix chest, breakable wall

This commit is contained in:
2026-06-06 11:43:11 +03:00
parent 7579175d24
commit a1420ed339
4 changed files with 48 additions and 20 deletions
+4 -1
View File
@@ -23,7 +23,10 @@ public class InputManager : MonoBehaviour
public void OnEnable()
{
_actions.Enable();
if (_actions != null)
{
_actions.Enable();
}
}
public void OnDisable()