C# Class OpenEmpires.Player

Exibir arquivo Open project: HandsomeMatt/OpenEmpires

Public Properties

Property Type Description
Food ushort
Gold ushort
Stone ushort
SupplyLimit byte
SupplyUsed byte
Wood ushort

Public Methods

Method Description
Player ( ) : System

Method Details

Player() public method

public Player ( ) : System
return System

Property Details

Food public_oe property

public ushort Food
return ushort

Gold public_oe property

public ushort Gold
return ushort

Stone public_oe property

public ushort Stone
return ushort

SupplyLimit public_oe property

public byte SupplyLimit
return byte

SupplyUsed public_oe property

public byte SupplyUsed
return byte

Wood public_oe property

public ushort Wood
return ushort