/// <summary> /// Called every frame. /// </summary> private void Update() { if (updateable != null) { updateable.UpdateItem(gameObject); } }