コード例 #1
0
ファイル: Program.cs プロジェクト: Mad-Hatz/EmoteScript
        public static List <string> BuildSQL(EmoteTable emoteTable)
        {
            emoteTable.NormalRange();

            return(SQLWriter.GetSQL(emoteTable));
        }