public override void InstallBindings() { var world = new EcsWorld(); Container.BindInterfacesAndSelfTo <DefaultSystemsExecutor>().AsSingle().NonLazy(); Container.BindInstance(world); PlayerModule.Install(Container); CameraModule.Install(Container); SpawnerModule.Install(Container); }