ChensGradiusMod
Chen.GradiusMod.Compatibility
Aetherium Class
A static class that contains compatibility features from Aetherium mod.
public static class Aetherium
Inheritance System.Object 🡒 Aetherium
Properties | Â |
---|---|
enabled | The check to use if Aetherium mod is enabled. Always do an if check before invoking methods in this class or else unexpected errors will happen in-game. |
Methods | Â |
---|---|
AddEngineersToolbeltCustomDrone(string) | Allows the Engineers Toolbelt to revive and duplicate the custom drone. |
AddInspiredCustomDrone(string) | Allows the Inspiring Drone to inspire the custom drone. |
RevivedByEngineersToolbelt(CharacterBody) | Determines if the CharacterBody is revived by Engineers Toolbelt. |