void Start()
        {
            world   = World.DefaultGameObjectInjectionWorld;
            manager = world.EntityManager;

            buildingSystem       = world.GetExistingSystem <BuildingSystem>();
            playerResourceSystem = world.GetExistingSystem <PlayerResourceSystem>();
        }