C# Class spaceconquest.ShipType

Show file Open project: cclay/spaceconquest Class Usage Examples

Public Properties

Property 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

Public Methods

Method Description
CreateShip ( ) : Ship
PlaySelectSound ( ) : void

Method Details

CreateShip() public abstract method

public abstract CreateShip ( ) : Ship
return Ship

PlaySelectSound() public abstract method

public abstract PlaySelectSound ( ) : void
return void

Property Details

buildTime public property

public int buildTime
return int

cancolonize public property

public bool cancolonize
return bool

canenter public property

public bool canenter
return bool

canjump public property

public bool canjump
return bool

capacity public property

public int capacity
return int

cost public property

public int cost
return int

damage public property

public int damage
return int

miningRobots public property

public int miningRobots
return int

modelstring public property

public String modelstring
return String

range public property

public int range
return int

shield public property

public int shield
return int

speed public property

public int speed
return int