pub fn player_system(world: &mut World) -> Vec<String>
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.
Warrior
play_turn
Player
&mut