using System; namespace UHFPS.Runtime { [Serializable] public struct InputReference { public string ActionName; public int BindingIndex; } }