C# Class WebGame.Player

Mostrar archivo Open project: AdmiralPotato/ggj2013 Class Usage Examples

Public Properties

Property Type Description
Game Game
SessionId string
Ship Ship
Station Station

Private Properties

Property Type Description

Public Methods

Method Description
GetPlace ( ) : string
ToString ( ) : string

Method Details

GetPlace() public method

public GetPlace ( ) : string
return string

ToString() public method

public ToString ( ) : string
return string

Property Details

Game public_oe property

public Game,WebGame Game
return Game

SessionId public_oe property

public string SessionId
return string

Ship public_oe property

public Ship,WebGame Ship
return Ship

Station public_oe property

public Station Station
return Station