Exemple #1
0
 public void Interact(Interactible obj)
 {
     if (obj.IsInteractible())
     {
         obj.Dialogue();
     }
 }