Ejemplo n.º 1
0
    public void SetPlanet(PlanetController newPlanet, bool controllable)
    {
        planet        = newPlanet;
        playerControl = controllable;

        PlanetData planetData = planet.GetPlanetData();

        planetName.text = planetData.GetDisplayName();
    }