mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-08 00:44:36 +01:00
WIP ex
This commit is contained in:
parent
350d2961c1
commit
a01bc259a8
7 changed files with 55 additions and 17 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue