ChensClassicItems
Chen.ClassicItems.Items.Equipment.DroneRepairKit
DroneRepairKit.SupportCustomDrone(string) Method
Adds a support for a custom drone so that Drone Repair Kit also heals and applies regen to them.
public bool SupportCustomDrone(string masterName);
Parameters
masterName
System.String
The CharacterMaster name of the drone.
Returns
System.Boolean
True if the drone is supported. False if it is already supported.