public static void Remove(YCTimerData t) => timers.Remove(t);
public static void Add(YCTimerData t) { t.timer_t = 0f; timers.Add(t); }