Exemple #1
0
 /// <summary>
 /// Interact method to be overwritten and called from children.
 /// </summary>
 /// <param name="actor">actor who interacts with the Interactable</param>
 public virtual void Interact(Villager actor)
 {
 }