Table of Contents

Class SelectRewardActionModification

Namespace
ProjectL.GameScene.ActionHandling
Assembly
Assembly-CSharp.dll
public class SelectRewardActionModification : IActionModification<SelectRewardAction>
Inheritance
SelectRewardActionModification
Implements
Inherited Members

Constructors

SelectRewardActionModification(TetrominoShape?)

public SelectRewardActionModification(TetrominoShape? selectedReward)

Parameters

selectedReward TetrominoShape?

Properties

SelectedReward

public TetrominoShape? SelectedReward { get; }

Property Value

TetrominoShape?