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:
Josh Wood
2017-09-28 11:15:15 -04:00
committed by Chris Marsh
parent e7cdfaa64e
commit 25b6f1dcde
2 changed files with 10 additions and 12 deletions

View File

@ -1,6 +1,4 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine;
public class DiscordController : MonoBehaviour {
public DiscordRpc.RichPresence presence;