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