/// <summary>Returns the index of the given state data. If it was not found, returns -1</summary> public int FindStateIndex(T state) { return(skillData.FindStateIndex(state)); }