| NBaruah | |
| NUnityNexus | |
| NExceptions | |
| CBindingNotFoundException | Thrown when attempting to resolve a type that has no registered binding in the DependencyContainer |
| CDuplicateBindingException | Thrown when attempting to register a binding for a type that is already bound in the DependencyContainer |
| CDependencyContainer | A lightweight dependency injection container for Unity Nexus. Supports singleton and transient bindings |
| CIInjectable | Marker interface for classes that receive dependencies from a DependencyContainer. Implement this on any MonoBehaviour or plain class that should be injectable |
| CNexusInstaller | Base class for Unity Nexus installers. Subclass this to register bindings and inject scene dependencies on Awake |