Exemplo n.º 1
0
 /// <summary>
 /// Returns loaded moving objects
 /// </summary>
 /// <returns>Returns dictionary with moving targets.</returns>
 public Dictionary <string, string> GetLoadedMovements()
 {
     return(xmlLoader.GetLoadedMovements());
 }