C# Class PGCGame.CoreTypes.ShipStats

Show file Open project: GreatMindsRobotics/PGCGame Class Usage Examples

Public Properties

Property Type Description
Tier ShipTier
Type ShipType

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
ShipStats ( ShipType type ) : System
ShipStats ( ShipType type, ShipTier tier ) : System

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ShipStats() public method

public ShipStats ( ShipType type ) : System
type ShipType
return System

ShipStats() public method

public ShipStats ( ShipType type, ShipTier tier ) : System
type ShipType
tier ShipTier
return System

Property Details

Tier public property

public ShipTier Tier
return ShipTier

Type public property

public ShipType Type
return ShipType