C# Class SubterfugeCore.Core.Entities.Sub

An instance of a Sub
Inheritance: GameObject, ITargetable, IDrillerCarrier, ISpecialistCarrier, ICombatable
Afficher le fichier Open project: Subterfuge-Revived/Remake-Core Class Usage Examples

Méthodes publiques

Méthode Description
Sub ( string id, IEntity source, IEntity destination, GameTick launchTime, int drillerCount, Player owner ) : SubterfugeCore.Core.Components

Sub constructor

Method Details

Sub() public méthode

Sub constructor
public Sub ( string id, IEntity source, IEntity destination, GameTick launchTime, int drillerCount, Player owner ) : SubterfugeCore.Core.Components
id string The ID of the sub
source IEntity The initial location of the sub
destination IEntity The destination of the sub
launchTime GameTick The time of launch
drillerCount int The amount of drillers to launch
owner Player The owner
Résultat SubterfugeCore.Core.Components