RewardManager Class

Utility class for managing rewards and upgrades for players.

Definition

Namespace: ProjectLCore.GameManagers
Assembly: ProjectLCore (in ProjectLCore.dll) Version: 1.0.0+d0f5e2a7a5f4bb0431970f279d2f79d24b15d256
C#
public static class RewardManager
Inheritance
Object    RewardManager

Methods

GetRewardOptionsGets the shapes the player can choose from as a reward for completing a puzzles with the given shape as reward.
GetUpgradeOptions Gets the shapes the player can get in exchange for the given shape by using a ChangeTetrominoAction.

See Also