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