C# Class SEGORATA.Nation

Show file Open project: JeremyGee/S.E.G.O.R.A.T.A. Class Usage Examples

Public Properties

Property Type Description
Owner Player
continent int
name String
neighbors SEGORATA.Nation[]

Public Methods

Method Description
Draw ( ) : void
Nation ( rGame game, int X, int Y, Microsoft.Xna.Framework.Graphics.Texture2D texture, int Continent, Player Ownership, Nation Neighbors, String Name ) : System
Update ( ) : void

Method Details

Draw() public method

public Draw ( ) : void
return void

Nation() public method

public Nation ( rGame game, int X, int Y, Microsoft.Xna.Framework.Graphics.Texture2D texture, int Continent, Player Ownership, Nation Neighbors, String Name ) : System
game rGame
X int
Y int
texture Microsoft.Xna.Framework.Graphics.Texture2D
Continent int
Ownership Player
Neighbors Nation
Name String
return System

Update() public method

public Update ( ) : void
return void

Property Details

Owner public property

public Player,SEGORATA Owner
return Player

continent public property

public int continent
return int

name public property

public String name
return String

neighbors public property

public Nation[],SEGORATA neighbors
return SEGORATA.Nation[]