# InformationManager
The information manager is a high-level way to print text to the chat log (e.g. damage) or to display an inquiry to the player (e.g. yes/no confirmation).
# Outputting to Chat Log
InformationManager.DisplayMessage()
# Displaying an Inquiry
InformationManager.ShowInquiry()
← Input ModuleInfo →