ChensGradiusMod
Chen.GradiusMod.Drones.DroneCatalog
DroneCatalog.SetupAll(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 shows the normal way of setting up the drone instances.
The phases will still capture generic flags such as if the drone is enabled or not, or if the drone was already set up or not.
public static void SetupAll(System.Collections.Generic.List<Chen.GradiusMod.Drones.DroneInfo> droneInfos);
Parameters
droneInfos
System.Collections.Generic.List<DroneInfo>
List of DroneInfos generated by Initialize