diff --git a/Assets/Fungus/Narrative/Scripts/Localization.cs b/Assets/Fungus/Narrative/Scripts/Localization.cs index 8c5d5378..32414901 100644 --- a/Assets/Fungus/Narrative/Scripts/Localization.cs +++ b/Assets/Fungus/Narrative/Scripts/Localization.cs @@ -1,10 +1,4 @@ -/** - * CSVParser by Ideafixxxer. http://www.codeproject.com/Tips/741941/CSV-Parser-Csharp - * This code is licensed under the CPOL open source license. - * http://www.codeproject.com/info/cpol10.aspx - */ - -using UnityEngine; +using UnityEngine; #if UNITY_EDITOR using UnityEditor; #endif