Re-organize all projects (#4166)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace Content.Server.CPUJob.JobQueues.Queues
|
||||
{
|
||||
public sealed class PathfindingJobQueue : JobQueue
|
||||
{
|
||||
public override double MaxTime => 0.003;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user