﻿using System.Collections.Generic;

namespace JLGames.RocketDriver.Actions.i18n
{
    internal class CSVParser : II18NDataParser
    {
        public Dictionary<string, string> ParserData(string data)
        {
            throw new System.NotImplementedException();
        }
    }
}