C# Class Gravitation.GameStates.TwoPlayerGameState

Inheritance: GameState
Show file Open project: thedamoes/Gravitation

Public Properties

Property Type Description
player2State shipState

Public Methods

Method Description
TwoPlayerGameState ( ) : System

Method Details

TwoPlayerGameState() public method

public TwoPlayerGameState ( ) : System
return System

Property Details

player2State public property

public shipState,Gravitation.GameStates player2State
return shipState