namespace DanieleMarotta.RiversongCodeShowcase { public interface IAgentSourceEntity : IEntity { float SpawnCooldown { get; } ref AgentSourceState GetAgentSourceStateRW(); } }