Default Modules [](/../../#glossary)
June 15, 2022 ยท View on GitHub
States History Module
Store states checkpoints and all added events sorting by custom order. Can simulate world tick by tick to restore state with deterministic logic.
Network Module
Send RPCs through any network transport implemented from the interface, serialize and deserialize data. By default is the EventRunner for StatesHistoryModule, just send all incoming events to the network and receive events from transport and send them into StatesHistoryModule.
Views Module
Synchronizing current world state to views. Automatically destroy and create views (with pools), sync with current entities state and process all ticks correctly to restore visual state even objects already destroyed for a long time ago.
FPS Module
Module just show FPS/FPSMax/FPSMin in world viewer.
