C# Class Game.ResourceText

Mostra file Open project: vs-team/casanova-mk2

Public Properties

Property Type Description
ID int
JustEntered bool
Player Commander
PlayerStats TextGUI
___attack01 System.String
___defense01 System.String
___production00 System.String
___research01 System.String
frame int

Public Methods

Method Description
ResourceText ( Commander n, System i, System maxPlayers ) : Casanova.Prelude
Rule0 ( float dt, World world ) : void
Update ( float dt, World world ) : void

Method Details

ResourceText() public method

public ResourceText ( Commander n, System i, System maxPlayers ) : Casanova.Prelude
n Commander
i System
maxPlayers System
return Casanova.Prelude

Rule0() public method

public Rule0 ( float dt, World world ) : void
dt float
world World
return void

Update() public method

public Update ( float dt, World world ) : void
dt float
world World
return void

Property Details

ID public_oe property

public int ID
return int

JustEntered public_oe property

public bool JustEntered
return bool

Player public_oe property

public Commander,Game Player
return Commander

PlayerStats public_oe property

public TextGUI,Game PlayerStats
return TextGUI

___attack01 public_oe property

public String,System ___attack01
return System.String

___defense01 public_oe property

public String,System ___defense01
return System.String

___production00 public_oe property

public String,System ___production00
return System.String

___research01 public_oe property

public String,System ___research01
return System.String

frame public_oe property

public int frame
return int