player_system

Function player_system 

Source
pub fn player_system(world: &mut World) -> Vec<String>
Expand description

This system defines all of the interactions that are possible for the player-controlled Warrior. The play_turn method is called on Player, passing a &mut warrior whose actions must be specified.