Example #1
0
 private void Update()
 {
     foreach (IAnimation Anim in concreteAnimation)
     {
         Anim.CauseChange();
     }
 }