public static void DestroyUpdater(FunctionUpdater funcUpdater) { if (funcUpdater != null) { funcUpdater.DestroySelf(); } }