This commit is contained in:
Mino 2020-03-11 22:28:06 +09:00
parent 350d2961c1
commit a01bc259a8
7 changed files with 55 additions and 17 deletions

View file

@ -4,7 +4,7 @@ namespace Dalamud.Bootstrap.SqexArg
{
internal static class ArgumentDecoder
{
public static void Decode(ReadOnlySpan<char> argument, uint key)
public static ArgumentBuilder Decode(ReadOnlySpan<char> argument, uint key)
{
// 1. strip //**sqex003 and **//
// 2. extract checksum
@ -31,7 +31,7 @@ namespace Dalamud.Bootstrap.SqexArg
// stuff
throw new NotImplementedException("TODO");
}
private static void DecodeUrlSafeBase64(ReadOnlySpan<char> content)