[][src]Module rust_action_heroes::system::mover

Movement was so complicated it has two systems

The only thing here is the MoverSystem struct, so go read about that!

Structs

MovementSystem

MovementSystem works closely with MovementSolverSystem. It reads MovementEvents and moves entities based on messages in that channel.