Example #1
0
        private static CharacterCollection getPrevChars(CharacterCollection collection)
        {
            var prevChars = collection.GetPrevious(client);

            return(prevChars);
        }