Exemple #1
0
        public static List <string> BuildSQL(EmoteTable emoteTable)
        {
            emoteTable.NormalRange();

            return(SQLWriter.GetSQL(emoteTable));
        }