Files
2026-05-21 16:04:49 +02:00

10 lines
225 B
C#

namespace DanieleMarotta.RiversongCodeShowcase
{
[GameSystemGroup(typeof(EarlyAgentsSystemGroup))]
[UpdateAfter(typeof(AgentsSpawnTickSystem))]
public class AgentSpawnSystemsGroup : GameSystemGroup
{
}
}