C# 클래스 SubterfugeCore.Core.Entities.Sub

An instance of a Sub
상속: GameObject, ITargetable, IDrillerCarrier, ISpecialistCarrier, ICombatable
파일 보기 프로젝트 열기: Subterfuge-Revived/Remake-Core 1 사용 예제들

공개 메소드들

메소드 설명
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