Class WinReward
java.lang.Object
com.csse3200.game.missions.rewards.Reward
com.csse3200.game.missions.rewards.WinReward
A
Reward that will trigger the win screen when collected.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcollect()Will trigger the winScreen event in theMissionManagerMethods inherited from class com.csse3200.game.missions.rewards.Reward
isCollected, read, setCollected
-
Constructor Details
-
WinReward
public WinReward()
-
-
Method Details
-
collect
public void collect()Will trigger the winScreen event in theMissionManager
-