mirror of
https://github.com/yuzu-emu/discord-rpc
synced 2024-11-22 10:23:38 +00:00
Mention unreal example in the readme
This commit is contained in:
parent
592f134d80
commit
3566190a01
1 changed files with 6 additions and 0 deletions
|
@ -51,3 +51,9 @@ update on each command.
|
|||
|
||||
This is a sample [Unity](https://unity3d.com/) project that wraps a DLL version of the library, and
|
||||
sends presence updates when you click on a button.
|
||||
|
||||
## Sample: unrealstatus
|
||||
|
||||
This is a sample [Unreal](https://www.unrealengine.com) project that wraps the DLL version of the
|
||||
library with an Unreal plugin, exposes a blueprint class for interacting with it, and uses that to
|
||||
make a very simple UI.
|
||||
|
|
Loading…
Reference in a new issue