Files
riversong-code-showcase/Source/Riversong/Game/World/Production/EconomySystemGroup.cs
2026-05-21 16:04:49 +02:00

8 lines
171 B
C#

namespace DanieleMarotta.RiversongCodeShowcase
{
[GameSystemGroup(typeof(DefaultGameSystemGroup))]
public class EconomySystemGroup : GameSystemGroup
{
}
}