diff --git a/unity-webapi/unity-webapi.d.ts b/unity-webapi/unity-webapi.d.ts index 451ddab6b..9170a26c1 100644 --- a/unity-webapi/unity-webapi.d.ts +++ b/unity-webapi/unity-webapi.d.ts @@ -3,6 +3,10 @@ // Definitions by: John Vrbanac | https://github.com/jmvrbanac // Definitions: https://github.com/borisyankov/DefinitelyTyped +interface External { + getUnityObject(version:number):Unity; +} + declare class UnitySettings { public name:String; public iconUrl:String;