Class DialogueShowValidator

java.lang.Object
com.csse3200.game.cutscene.validators.actionvalidators.DialogueShowValidator
All Implemented Interfaces:
ActionValidator

public class DialogueShowValidator extends Object implements ActionValidator
Implements the ActionValidator interface for concrete implementation of the validate method.

Validates dialogue show events against the following conditions:

  • Constructor Details

    • DialogueShowValidator

      public DialogueShowValidator()
  • Method Details