Click or drag to resize
GameStateGame Constructor (Int32, Int32, Boolean, 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(
	int seed,
	int planetIndex,
	bool tutorial,
	Challenge challenge
)

Parameters

seed
Type: SystemInt32

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

planetIndex
Type: SystemInt32

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

tutorial
Type: SystemBoolean

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

challenge
Type: PlanetbaseChallenge

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

See Also