파일 수정
This commit is contained in:
parent
bed61d2a0d
commit
90c0781796
@ -1,12 +0,0 @@
|
|||||||
using System;
|
|
||||||
using UnityEngine.InputSystem;
|
|
||||||
|
|
||||||
namespace DDD
|
|
||||||
{
|
|
||||||
[Serializable]
|
|
||||||
public class UiActionBinding
|
|
||||||
{
|
|
||||||
public string ActionName;
|
|
||||||
public InputActionReference InputAction;
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,2 +0,0 @@
|
|||||||
fileFormatVersion: 2
|
|
||||||
guid: 5ed1d4ce777f104419818be4e5c47e74
|
|
@ -1,12 +0,0 @@
|
|||||||
using System.Collections.Generic;
|
|
||||||
using UnityEngine;
|
|
||||||
|
|
||||||
namespace DDD
|
|
||||||
{
|
|
||||||
[CreateAssetMenu(fileName = "_UiInputBindingSo", menuName = "Ui/UiInputBindingSo")]
|
|
||||||
public class UiInputBindingSo : ScriptableObject
|
|
||||||
{
|
|
||||||
public InputActionMaps InputActionMaps;
|
|
||||||
public List<UiActionBinding> Bindings = new();
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user