riversong code showcase
This commit is contained in:
9
Source/Riversong/Game/WorldGen/WorldGenSystemGroup.cs
Normal file
9
Source/Riversong/Game/WorldGen/WorldGenSystemGroup.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
namespace DanieleMarotta.RiversongCodeShowcase
|
||||
{
|
||||
[InitializeAfter(typeof(EarlyGameSystemGroup))]
|
||||
[InitializeBefore(typeof(DefaultGameSystemGroup))]
|
||||
public class WorldGenSystemGroup : GameSystemGroup
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user