AutoSharpporting.AutoLevel.GetSequence C# (CSharp) Method

GetSequence() public static method

Gets the sequence.
public static GetSequence ( ) : int[]
return int[]
        public static int[] GetSequence()
        {
            return order.Select(spell => spell).ToArray();
        }