mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-19 22:37:43 +01:00
Impl encrypt
This commit is contained in:
parent
3e6675adc0
commit
5dd8491d13
4 changed files with 161 additions and 100 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue