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

8 lines
177 B
C#

namespace DanieleMarotta.RiversongCodeShowcase
{
[InitializeBefore(typeof(EarlyGameSystemGroup))]
public class CommonServicesSystemGroup : GameSystemGroup
{
}
}