using Unity.Collections; namespace DanieleMarotta.RiversongCodeShowcase { public struct AgentSourceState { public int MaxAgentCount; public FixedList512Bytes AgentIds; public FixedList32Bytes AgentCount; public FixedList128Bytes SpawnCooldown; } }