Files
kaizen/examples/unrealstatus/Plugins/discordrpc/DiscordRpc.uplugin
SimoneN64 77805905ec Squashed 'external/discord_rpc/' content from commit 963aa9f
git-subtree-dir: external/discord_rpc
git-subtree-split: 963aa9f3e5ce81a4682c6ca3d136cddda614db33
2024-08-27 21:37:29 +02:00

29 lines
571 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Discord RPC",
"Description": "Wrap the Discord RPC library.",
"Category": "Messaging",
"CreatedBy": "Chris Marsh <chris@discordapp.com>",
"CreatedByURL": "https://discordapp.com/",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": true,
"IsBetaVersion": true,
"Installed": false,
"Modules": [
{
"Name": "DiscordRpc",
"Type": "Runtime",
"LoadingPhase": "PreDefault",
"WhitelistPlatforms" :
[
"Win64",
"Linux",
"Mac"
]
}
]
}