Пример #1
0
 public static void switchComponentLayer(Actors.CComponent component, int toLayer)
 {
     _currentMap.switchComponentToLayer(component, toLayer);
 }