using System; using Unity.Jobs; namespace LanLib.UpdateManager.Jobs.Internal { public interface IJobManager { event Action OnJobScheduled; } }