Space Station 13 - Baystation 12 - Modules - Types

code/datums/state_machine/transition.dm

/decl/state_transitionUsed to connect /decl/states together so the FSM knows what state to switch to, and on what conditions. On a directed graph, these would be the arrows connecting the nodes representing states.