C# 클래스 spaceconquest.Carrier

상속: Warship
파일 보기 프로젝트 열기: cclay/spaceconquest 1 사용 예제들

공개 메소드들

메소드 설명
Carrier ( ShipType st ) : System
GetLoad ( ) : int
LoadShip ( Ship s ) : System.Boolean
UnloadAll ( ) : System.Boolean
UnloadShip ( Ship s ) : System.Boolean
kill ( ) : void
upkeep ( ) : void

메소드 상세

Carrier() 공개 메소드

public Carrier ( ShipType st ) : System
st ShipType
리턴 System

GetLoad() 공개 메소드

public GetLoad ( ) : int
리턴 int

LoadShip() 공개 메소드

public LoadShip ( Ship s ) : System.Boolean
s Ship
리턴 System.Boolean

UnloadAll() 공개 메소드

public UnloadAll ( ) : System.Boolean
리턴 System.Boolean

UnloadShip() 공개 메소드

public UnloadShip ( Ship s ) : System.Boolean
s Ship
리턴 System.Boolean

kill() 공개 메소드

public kill ( ) : void
리턴 void

upkeep() 공개 메소드

public upkeep ( ) : void
리턴 void