From e74ed640edcdf55a0a0f900a6ec1ce4a9202faf0 Mon Sep 17 00:00:00 2001 From: Dread <42398281+D7EAD@users.noreply.github.com> Date: Thu, 1 Jul 2021 01:37:07 -0400 Subject: [PATCH] Create example.rpr --- vs/rpresence/x64/Release/example.rpr | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 vs/rpresence/x64/Release/example.rpr diff --git a/vs/rpresence/x64/Release/example.rpr b/vs/rpresence/x64/Release/example.rpr new file mode 100644 index 0000000..794168c --- /dev/null +++ b/vs/rpresence/x64/Release/example.rpr @@ -0,0 +1,9 @@ +{ + "applicationID": "sample ID", + "state": "sample text", + "details": "sample text", + "largeImageKey": "sample text", + "largeImageText": "sample text", + "smallImageKey": "sample text", + "smallImageText": "sample text" +}