| Interface | Description |
|---|---|
| SharedHandlesCommon |
Common mod loader stuff that is otherwise annoying to abstract
|
| Class | Description |
|---|---|
| CommonAPI | |
| CommonEntryPoint |
Common entrypoint API
Handle run order: this, client, server, custom
It is highly recommended to define delegate handlers statically to avoid any duplicates in the entrypoint chain.
|
| DelegatingCommonEntryPoint |
CommonEntryPoint implementation with delegation already set up for every entrypoint method.
|
| TILCommonEntryPoint |
For internal use only
|