C# Class SubterfugeCore.Core.Entities.Sub

An instance of a Sub
Inheritance: GameObject, ITargetable, IDrillerCarrier, ISpecialistCarrier, ICombatable
显示文件 Open project: Subterfuge-Revived/Remake-Core Class Usage Examples

Public Methods

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

Sub constructor

Method Details

Sub() public method

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
return SubterfugeCore.Core.Components