8 lines
177 B
C#
8 lines
177 B
C#
|
|
namespace DanieleMarotta.RiversongCodeShowcase
|
|
{
|
|
[InitializeBefore(typeof(EarlyGameSystemGroup))]
|
|
public class CommonServicesSystemGroup : GameSystemGroup
|
|
{
|
|
}
|
|
} |