mirror of
https://github.com/azahar-emu/discord-rpc.git
synced 2026-03-20 11:11:09 +01:00
Unity ajt fix
This commit is contained in:
@@ -42,9 +42,9 @@ typedef struct DiscordRichPresence {
|
||||
} DiscordRichPresence;
|
||||
|
||||
typedef struct DiscordJoinRequest {
|
||||
char userId[24];
|
||||
char username[48];
|
||||
char avatar[128];
|
||||
const char* userId;
|
||||
const char* username;
|
||||
const char* avatar;
|
||||
} DiscordJoinRequest;
|
||||
|
||||
typedef struct DiscordEventHandlers {
|
||||
|
||||
Reference in New Issue
Block a user