C# Class spaceconquest.ShipType

Afficher le fichier Open project: cclay/spaceconquest Class Usage Examples

Méthodes publiques

Свойство Type Description
buildTime int
cancolonize bool
canenter bool
canjump bool
capacity int
cost int
damage int
miningRobots int
modelstring String
range int
shield int
speed int

Méthodes publiques

Méthode Description
CreateShip ( ) : Ship
PlaySelectSound ( ) : void

Method Details

CreateShip() public abstract méthode

public abstract CreateShip ( ) : Ship
Résultat Ship

PlaySelectSound() public abstract méthode

public abstract PlaySelectSound ( ) : void
Résultat void

Property Details

buildTime public_oe property

public int buildTime
Résultat int

cancolonize public_oe property

public bool cancolonize
Résultat bool

canenter public_oe property

public bool canenter
Résultat bool

canjump public_oe property

public bool canjump
Résultat bool

capacity public_oe property

public int capacity
Résultat int

cost public_oe property

public int cost
Résultat int

damage public_oe property

public int damage
Résultat int

miningRobots public_oe property

public int miningRobots
Résultat int

modelstring public_oe property

public String modelstring
Résultat String

range public_oe property

public int range
Résultat int

shield public_oe property

public int shield
Résultat int

speed public_oe property

public int speed
Résultat int