// Update is called once per frame void Update() { TestAMethodFromUpdate(); if (link != null) { link.PublicMethod(); } noMono.AMethod(); }