mirror of
https://git.suyu.dev/suyu/discord-rpc.git
synced 2025-12-21 21:36:18 +01:00
Miscellaneous Unity Fixes (#3)
* Use simplified attribute names and ensure function calls are made with CallingConvention.Cdecl * Remove unused imports
This commit is contained in:
parent
e7cdfaa64e
commit
25b6f1dcde
2 changed files with 10 additions and 12 deletions
|
|
@ -1,6 +1,4 @@
|
|||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
using UnityEngine;
|
||||
|
||||
public class DiscordController : MonoBehaviour {
|
||||
public DiscordRpc.RichPresence presence;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue