remove TASFlow and re-define it as a assist class

This commit is contained in:
2021-09-20 13:58:10 +08:00
parent 1def4c47f6
commit 1c57481f84
9 changed files with 357 additions and 249 deletions

View File

@ -20,6 +20,10 @@ namespace BallanceTASEditor.Core {
string _defaultValue;
public Dictionary<string, string> Configuration;
public static readonly string CfgNode_Language = "Language";
public static readonly string CfgNode_ItemCount = "ItemCount";
public static readonly string CfgNode_IsHorizonLayout = "IsHorizonLayout";
Dictionary<string, string> Read() {
if (!File.Exists(Path.Combine(Environment.CurrentDirectory, _fileName)))
Init();