AutoSharpporting.AutoLevel.GetSequence C# (CSharp) Méthode

GetSequence() public static méthode

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