Пример #1
0
 public static void AttachTick(Action <float> tick)
 {
     Ticker.Attach(tick);
 }