using Unity.Burst; using Unity.Jobs; [BurstCompile] public struct ServerSendJob : IJobParallelFor { public void Execute(int index) { } }