© 2026 Hedgehog Software, LLC
private static string[] GetRolls(AgentHitbox agentHitbox, Type type) => agentHitbox.agent.GetTraits<type>().Select(t => t.Rolls);
Rolls