public bool Run(params object[] args) { _player.OnAreaEnter(); _map.OnAreaEnter(); _craft.OnAreaEnter(); return(true); }