ChensGradiusMod
Chen.GradiusMod.Items.GradiusOption.GradiusOption
GradiusOption.LoopAllMinions(CharacterMaster, Action<GameObject>) Method
Loops through the all the minions of the owner.
public void LoopAllMinions(CharacterMaster ownerMaster, System.Action<GameObject> actionToRun);
Parameters
ownerMaster
RoR2.CharacterMaster
The owner of the minions.
actionToRun
System.Action<UnityEngine.GameObject>
An action to execute for each minion. The minion’s CharacterBody GameObject is given as the input.