예제 #1
0
        //Methods on Char Model****************************CHAR**********************CHAR******************************

        private static CharacterCollection getNextChars(CharacterCollection collection)
        {
            var nextChars = collection.GetNext(client);

            return(nextChars);
        }