ChensGradiusMod
Chen.GradiusMod.Drones.DroneCatalog
DroneCatalog.EfficientSetupAll(List<DroneInfo>) Method
Sets all the custom drones contained in the list up. Mod creators may instantiate the drones their own if they have a sophisticated logic.
This flavor comes with an efficient setup by taking advantage of the boolean return values of each phase.
public static void EfficientSetupAll(System.Collections.Generic.List<Chen.GradiusMod.Drones.DroneInfo> droneInfos);
Parameters
droneInfos
System.Collections.Generic.List<DroneInfo>
List of DroneInfos generated by Initialize