Exemplo n.º 1
0
 public MoveToCommandArgs(PathCommandType commandType, Location[] locations, PathLocationInfo pathLocationInfo) : base(commandType) {
     locationsCore = locations.ToList();
     PathLocationInfo = pathLocationInfo;
 }
Exemplo n.º 2
0
 public MoveToCommandArgs(PathCommandType commandType, Location[] locations) : base(commandType) {
     locationsCore = locations.ToList();
 }