Skip to content

Interactions

MatthieuLPro edited this page Aug 18, 2021 · 4 revisions

Main logic

See diagram

How to add a new interaction

  1. Create the new interaction class with a "Call" method in the file Interaction.Dictionary.
  2. In class Interaction.Dictionary.InteractionsList :
    • Add new value into the enum InteractionName.
    • Add new value in the dictionary (using the method PopulateDictionary).
    • Add new value in the doc
Clone this wiki locally