riversong code showcase
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
|
||||
namespace DanieleMarotta.RiversongCodeShowcase
|
||||
{
|
||||
[GameSystemGroup(typeof(EarlyGameSystemGroup))]
|
||||
public class RenderingInitializationGameSystem : GameSystem, IServiceProvider
|
||||
{
|
||||
public RenderingInitializationGameSystem(IServiceLocator serviceLocator) : base(serviceLocator)
|
||||
{
|
||||
}
|
||||
|
||||
public void RegisterServices(IServiceLocator serviceLocator)
|
||||
{
|
||||
serviceLocator.RegisterService(new WorldRenderingState());
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user