Impl encrypt

This commit is contained in:
Mino 2020-03-28 18:02:13 +09:00
parent 3e6675adc0
commit 5dd8491d13
4 changed files with 161 additions and 100 deletions

View file

@ -12,6 +12,11 @@ namespace Dalamud.Bootstrap.SqexArg
m_dict = new Dictionary<string, string>();
}
public static ArgumentBuilder Parse(string argument)
{
}
public ArgumentBuilder Add(string key, string value)
{
m_dict.Add(key, value);