Introduce IInterrupt marker interface, IInterruptHandlerCommand for resolving interrupts, and InterruptStore. When a pending interrupt exists at the start of a tick, system execution is skipped until resolved. Only one interrupt of a given type may be pending at a time. |
||
|---|---|---|
| .. | ||
| CommandTests.cs | ||
| CoreTests.cs | ||
| EdgeCaseTests.cs | ||
| InterruptTests.cs | ||
| OECS.Tests.csproj | ||
| QueryAndSystemTests.cs | ||
| ReactivityTests.cs | ||
| RelationshipTests.cs | ||
| SingletonTests.cs | ||