1
0
mirror of synced 2025-02-20 20:51:35 +01:00

Allow byaml to convert back

This commit is contained in:
KillzXGaming 2019-07-18 16:56:26 -04:00
parent b6de4bf6a4
commit a254788ea5

View File

@ -52,7 +52,7 @@ namespace FirstPlugin
#region Text Converter Interface
public TextFileType TextFileType => TextFileType.Xml;
public bool CanConvertBack => false;
public bool CanConvertBack => true;
public string ConvertToString()
{