Use detailed presence information from SplatNet 3

This commit is contained in:
Samuel Elliott
2022-09-21 15:47:42 +01:00
parent e5fe9b389e
commit 4e6a29f74f
11 changed files with 575 additions and 18 deletions

View File

@@ -510,7 +510,7 @@ interface Friend {
height: number;
};
vsMode: {
id: string;
id: string; // "VnNNb2RlLTI=" (2 == Anarchy Series), "VnNNb2RlLTUx" (51 == Anarchy Open)
mode: string; // "BANKARA"
name: string; // "Anarchy Battle"
} | null;