9 lines
225 B
C#
9 lines
225 B
C#
|
|
namespace DanieleMarotta.RiversongCodeShowcase
|
|
{
|
|
[InitializeAfter(typeof(EarlyGameSystemGroup))]
|
|
[InitializeBefore(typeof(DefaultGameSystemGroup))]
|
|
public class WorldGenSystemGroup : GameSystemGroup
|
|
{
|
|
}
|
|
} |