Esempio n. 1
0
 /// Update all animations
 public void Update()
 {
     if (Handler != null)
     {
         Handler.Update();
     }
 }