10 lines
241 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
[CreateAssetMenu(fileName = "GameKey", menuName = "RiftMayhem/Keys/GameKey", order = 1)]
public class GameKey : ScriptableObject
{
public KeyCode keyCode;
}