ChensGradiusMod
Chen.GradiusMod.Drones
Drone<T> Class
Allows for making drone classes into singleton classes.
public abstract class Drone<T> : Chen.GradiusMod.Drones.Drone
where T : Chen.GradiusMod.Drones.Drone<T>
Type parameters
Inheritance System.Object 🡒 Drone 🡒 Drone<T>
Constructors | Â |
---|---|
Drone() | Constructor that creates the instance of the singleton class. |
Properties | Â |
---|---|
instance | The instance of the singleton class. |