C# Класс SubterfugeCore.Core.Entities.Sub

An instance of a Sub
Наследование: GameObject, ITargetable, IDrillerCarrier, ISpecialistCarrier, ICombatable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Sub ( string id, IEntity source, IEntity destination, GameTick launchTime, int drillerCount, Player owner ) : SubterfugeCore.Core.Components

Sub constructor

Описание методов

Sub() публичный Метод

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
Результат SubterfugeCore.Core.Components