add other uri args

This commit is contained in:
bluepilledgreat 2023-10-04 13:24:53 +01:00
parent 529262527c
commit 35c1a36176

View File

@ -21,6 +21,10 @@ namespace Bloxstrap
{ "channel", "-channel " },
// studio
{ "task", "-task " },
{ "placeId", "-placeId " },
{ "universeId", "-universeId " },
{ "userId", "-userId " }
// TODO: -protocolString
};
public static string ParseUri(string protocol)