Files
riversong-code-showcase/Source/Riversong/Game/Audio/AudioSystemGroup.cs
2026-05-21 16:03:55 +02:00

8 lines
167 B
C#

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