Click or drag to resize
GameplayModifier Constructor
Initializes a new instance of the GameplayModifier class

Namespace: Planetbase
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public GameplayModifier(
	GameplayModifierType type,
	string param
)

Parameters

type
Type: PlanetbaseGameplayModifierType

[Missing <param name="type"/> documentation for "M:Planetbase.GameplayModifier.#ctor(Planetbase.GameplayModifierType,System.String)"]

param
Type: SystemString

[Missing <param name="param"/> documentation for "M:Planetbase.GameplayModifier.#ctor(Planetbase.GameplayModifierType,System.String)"]

See Also