C# Class spaceconquest.FighterShip

Inheritance: ShipType
显示文件 Open project: cclay/spaceconquest

Public Properties

Property Type Description
creator ShipType

Public Methods

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

Method Details

CreateShip() public method

public CreateShip ( ) : Ship
return Ship

PlaySelectSound() public method

public PlaySelectSound ( ) : void
return void

Property Details

creator public_oe static_oe property

public static ShipType,spaceconquest creator
return ShipType