Module veloren_common::outcome

source ·

Structs

Enums

  • An outcome represents the final result of an instantaneous event. It implies that said event has already occurred. It is not a request for that event to occur, nor is it something that may be cancelled or otherwise altered. Its primary purpose is to act as something for frontends (both server and client) to listen to in order to receive feedback about events in the world.