public virtual void Update() { if (tween != null) { tween.Update(); } }
void Update() { if (tween != null) { tween.Update(); } }
void Update() { tween.Update(); }