[Add] Synaptic AI Pro
https://assetstore.unity.com/packages/tools/generative-ai/synaptic-ai-pro-natural-language-control-for-unity-336030
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
/**
|
||||
* Like `Promise.allSettled()` but throws an error if any promises are rejected.
|
||||
*/
|
||||
export declare const allSettledWithThrow: <R>(promises: Promise<R>[]) => Promise<R[]>;
|
||||
//# sourceMappingURL=Util.d.ts.map
|
||||
Reference in New Issue
Block a user