ChensGradiusMod
Chen.GradiusMod.Drones.DroneCatalog
DroneCatalog.ScopedSetupAll(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 does a scoped setup, effective if the custom drones are coded in such a way they have no dependent/shared components/behaviors from one another.
public static void ScopedSetupAll(System.Collections.Generic.List<Chen.GradiusMod.Drones.DroneInfo> droneInfos);
Parameters
droneInfos
System.Collections.Generic.List<DroneInfo>
List of DroneInfos generated by Initialize