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