using System.Collections; using System.Collections.Generic; using UnityEngine; [System.Serializable] public struct AbilitieAndCode { public Abilities ability; public KeyCode code; }