AI/Staff/StaffController.cs
namespace HC3;

public class StaffController : AgentController
{
	[RequireComponent] private Staff Staff { get; set; }
}