Add utility AI (#806)
Co-authored-by: Pieter-Jan Briers <pieterjan.briers@gmail.com> Co-authored-by: Metal Gear Sloth <metalgearsloth@gmail.com> Co-authored-by: Pieter-Jan Briers <pieterjan.briers+git@gmail.com>
This commit is contained in:
10
Content.Server/GameObjects/EntitySystems/JobQueues/IJob.cs
Normal file
10
Content.Server/GameObjects/EntitySystems/JobQueues/IJob.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System.Collections;
|
||||
|
||||
namespace Content.Server.GameObjects.EntitySystems.JobQueues
|
||||
{
|
||||
public interface IJob
|
||||
{
|
||||
JobStatus Status { get; }
|
||||
void Run();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user