Exemple #1
0
 public Task InitLocation()
 {
     return(Task.Run(() => _location.Init(_difficulty)));
 }