Class Choice
java.lang.Object
com.csse3200.game.cutscene.models.object.Choice
Stores Choice data.
-
Constructor Details
-
Choice
Creates aChoice
object with type, line, cutsceneId, and entryBeatId- Parameters:
type
- Type of choiceline
- The text of the choicecutsceneId
- The ID of the cutscene to go toentryBeatId
- The beat of the cutscene to go to
-
-
Method Details
-
getType
-
getLine
-
getCutsceneId
-
getEntryBeatId
-