1
This commit is contained in:
@@ -27,7 +27,6 @@ namespace BITFALL.UX
|
||||
[Header(Constant.Header.Input)]
|
||||
[SerializeField] private InputActionReference returnAction;
|
||||
[SerializeField] private InputActionReference inventoryAction;
|
||||
public InputActionGroup inputActionGroup;
|
||||
|
||||
protected override void Start()
|
||||
{
|
||||
@@ -42,12 +41,6 @@ namespace BITFALL.UX
|
||||
};
|
||||
OnDisconnected();
|
||||
}
|
||||
|
||||
protected override void OnEntryOrExit(bool isEntry)
|
||||
{
|
||||
inputActionGroup.allowInput.SetElements(this, isEntry);
|
||||
}
|
||||
|
||||
private void OnConnected()
|
||||
{
|
||||
backgroundImage.SetActive(false);
|
||||
|
Reference in New Issue
Block a user