Class Dialog
java.lang.Object
Dialog
- All Implemented Interfaces:
Interactable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinteract()This is the implementation of interact we use to interact with all entities
-
Constructor Details
-
Dialog
public Dialog()
-
-
Method Details
-
interact
public void interact()Description copied from interface:InteractableThis is the implementation of interact we use to interact with all entities
- Specified by:
interactin interfaceInteractable
-