Esempio n. 1
0
 //Instanciates the class
 protected void Start()
 {
     //This enviroment object is added to the map
     EnviromentMap.addToMap(transform.position.x, transform.position.y, transform.position.z, transform.localScale.x, transform.localScale.y, transform.localScale.z, this);
 }