hi so I have a script that the override method dose not override one of my Methods
public override void OnInteract(){
Dialog.instance.Show ("Hi don't forget The chest.");
}
I have another OnInteract method in another script do I need a virtual in that method