EntitySystem
Namespace SwiftlyS2.Shared.EntitySystem
- CEntityKeyValues
- EntityInputHandlerAttribute
- EntityInputHandlerAttribute<T>
- EntityOutputHandlerAttribute
- EntityOutputHandlerAttribute<T>
- IEntitySystemService
-
IEntitySystemService.EntityInputEventHandler — Represents a method that handles an entity input event, allowing custom logic to be executed when an entity accepts an input.
-
IEntitySystemService.EntityOutputEventHandler — Represents a method that handles an entity output event, allowing custom logic to be executed when an entity triggers an output.