C# Class spaceconquest.StarCruiser

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

Public Properties

Property Type Description
creator StarCruiser

Public Methods

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

Private Methods

Method Description
StarCruiser ( ) : System

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 StarCruiser,spaceconquest creator
return StarCruiser