C# Class DTStrike.MyBot.EconomicPlanet

Inheritance: Planet
Mostra file Open project: Unexpected/dtstrike Class Usage Examples

Public Properties

Property Type Description
revenue int

Public Methods

Method Description
EconomicPlanet ( int id, int owner, int numShips, int revenue, double x, double y ) : System

Method Details

EconomicPlanet() public method

public EconomicPlanet ( int id, int owner, int numShips, int revenue, double x, double y ) : System
id int
owner int
numShips int
revenue int
x double
y double
return System

Property Details

revenue public_oe property

public int revenue
return int