fix chest, breakable wall
This commit is contained in:
@@ -23,7 +23,10 @@ public class InputManager : MonoBehaviour
|
||||
|
||||
public void OnEnable()
|
||||
{
|
||||
_actions.Enable();
|
||||
if (_actions != null)
|
||||
{
|
||||
_actions.Enable();
|
||||
}
|
||||
}
|
||||
|
||||
public void OnDisable()
|
||||
|
||||
Reference in New Issue
Block a user