using System.Collections.Generic; using Unity.Mathematics; namespace DanieleMarotta.RiversongCodeShowcase { public class WorldCritterHerdsState { public List EligibleCenters { get; } = new(); } }