Project L Core Documentation
C#
Show/Hide TOC
Master
Action
Tetromino
Placements Property
The tetrominos placed with the Master Action.
Definition
Namespace:
ProjectLCore.GameActions
Assembly:
ProjectLCore (in ProjectLCore.dll) Version: 1.0.0+d0f5e2a7a5f4bb0431970f279d2f79d24b15d256
C#
Copy
public
IReadOnlyList
<
PlaceTetrominoAction
>
TetrominoPlacements
{
get
; }
Property Value
IReadOnlyList
PlaceTetrominoAction
See Also
Reference
MasterAction Class
ProjectLCore.GameActions Namespace
In This Article
Definition
See Also