// static cctor
 static Planets()
 {
     Saturn = new SaturnPlanet();
     Earth  = new EarthPlanet();
Exemple #2
0
 // Start is called before the first frame update
 void Awake()
 {
     earth = this;
 }