Closed Donahuec closed 7 years ago
This pull request creates a sub-class called 'PromptInteraction,' that contains the prompt information, and then subclasses most interactions off of this instead, so that prompts are not required for annotations.
Also deleted broadcast classes.
Fixed bug, and also made it so that prompt wont draw i an existing prompt object is null or whitespace
This pull request creates a sub-class called 'PromptInteraction,' that contains the prompt information, and then subclasses most interactions off of this instead, so that prompts are not required for annotations.
Also deleted broadcast classes.