Click or drag to resize
GameStateGame Constructor (String, Int32, Challenge)
Initializes a new instance of the GameStateGame class

Namespace: Planetbase
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public GameStateGame(
	string file,
	int planetIndex,
	Challenge challenge
)

Parameters

file
Type: SystemString

[Missing <param name="file"/> documentation for "M:Planetbase.GameStateGame.#ctor(System.String,System.Int32,Planetbase.Challenge)"]

planetIndex
Type: SystemInt32

[Missing <param name="planetIndex"/> documentation for "M:Planetbase.GameStateGame.#ctor(System.String,System.Int32,Planetbase.Challenge)"]

challenge
Type: PlanetbaseChallenge

[Missing <param name="challenge"/> documentation for "M:Planetbase.GameStateGame.#ctor(System.String,System.Int32,Planetbase.Challenge)"]

See Also