RoR2-ChensGradiusMod

Gradius Mod in Risk of Rain 2.

View on GitHub

ChensGradiusMod

Chen.GradiusMod.Drones.DroneDeathState

DroneDeathState.OnEnter() Method

Overrideable OnEnter method from the original state. Always call base.OnEnter. Initialize values at runtime here.
To perform the death behavior specified in OnImpactServer, destroyOnImpact must be set to true.
This method already does that so long as base.OnEnter is invoked.

public override void OnEnter();