😀
Highlights
- Pro
Pinned Loading
-
-
-
-
scriptable-objects-architecture
scriptable-objects-architecture PublicPackage for game architecture based on scriptable objects
C#
-
Chainable
Chainable 1type SyncOrAsync<T> = T | Promise<T>;
23class Chain<Input, Output> {
4private functions: ((input: any) => SyncOrAsync<any>)[] = [];
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.