コード例 #1
0
        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);
        }