RoR2-ChensGradiusMod

Gradius Mod in Risk of Rain 2.

View on GitHub

ChensGradiusMod

Chen.GradiusMod.Drones.Drone

Drone.DroneCharacterMasterObject Property

This refers to the CharacterMaster GameObject of the drone.
Implement this method in the drone class and have it return the CharacterMaster GameObject.

protected abstract GameObject DroneCharacterMasterObject { get; }

Property Value

UnityEngine.GameObject