diff --git a/Runtime/Unity.LobbyClient.Runtime.asmdef b/Runtime/Unity.LobbyClient.Runtime.asmdef new file mode 100644 index 0000000..faef014 --- /dev/null +++ b/Runtime/Unity.LobbyClient.Runtime.asmdef @@ -0,0 +1,23 @@ +{ + "name": "Incobyte.ThoMagicRenderer.Runtime", + "rootNamespace": "", + "references": [ + + ], + "includePlatforms": [ + "Android", + "iOS", + "LinuxStandalone64", + "CloudRendering", + "macOSStandalone", + "WindowsStandalone64" + ], + "excludePlatforms": [], + "allowUnsafeCode": true, + "overrideReferences": true, + "precompiledReferences": [], + "autoReferenced": false, + "defineConstraints": [], + "versionDefines": [], + "noEngineReferences": false +} \ No newline at end of file