Пример #1
0
 private void getTick(IAbility ablity)
 {
     if (ablity != null)
     {
         ablity.Tick();
     }
 }