Example #1
0
 public string[] EscapePath()
 {
     _escapeParkFinder = SetEscapeParkFounder();
     _escapeParkFinder.FindStartParkPlace();
     return(_escapeParkFinder.FindExit());
 }