/// <summary>
 /// Invokes <see cref="TimeManager.AddFixedUpdatable(IFixedUpdatable)"/>
 /// </summary>
 /// <param name="updatable"></param>
 public static void EnableFixedUpdates(this IFixedUpdatable updatable)
 {
     TimeManager.AddFixedUpdatable(updatable);
 }