RecycleAction Constructor

Initializes a new instance of the RecycleAction class.

Definition

Namespace: ProjectLCore.GameActions
Assembly: ProjectLCore (in ProjectLCore.dll) Version: 1.0.0+d0f5e2a7a5f4bb0431970f279d2f79d24b15d256
C#
public RecycleAction(
	List<uint> order,
	RecycleActionOptions option
)

Parameters

order  ListUInt32
The order in which the puzzles will be put to the bottom of the deck. Smaller index means that the puzzle will be recycled earlier.
option  RecycleActionOptions
The color of the row to recycle.

See Also