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