A modded EditSaber for making beat saber maps.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
571 B

  1. {
  2. "FileVersion": 3,
  3. "Version": 1,
  4. "VersionName": "1.0",
  5. "FriendlyName": "Discord RPC",
  6. "Description": "Wrap the Discord RPC library.",
  7. "Category": "Messaging",
  8. "CreatedBy": "Chris Marsh <[email protected]>",
  9. "CreatedByURL": "https://discordapp.com/",
  10. "DocsURL": "",
  11. "MarketplaceURL": "",
  12. "SupportURL": "",
  13. "CanContainContent": true,
  14. "IsBetaVersion": true,
  15. "Installed": false,
  16. "Modules": [
  17. {
  18. "Name": "DiscordRpc",
  19. "Type": "Runtime",
  20. "LoadingPhase": "PreDefault",
  21. "WhitelistPlatforms" :
  22. [
  23. "Win64",
  24. "Linux",
  25. "Mac"
  26. ]
  27. }
  28. ]
  29. }