Esempio n. 1
0
 public PacketSky(int cloudY, int stars, int sunPercent, int moonPercent, Color skyColor) {
   this.cloudY = cloudY;
   this.stars = stars;
   this.sunPercent = sunPercent;
   this.moonPercent = moonPercent;
   this.skyColor = skyColor.clone();
 }