Ejemplo n.º 1
0
 void Start()
 {
     spi = GameObject.FindWithTag("PlantInfo").GetComponent <SetPlantInfo>();
 }
Ejemplo n.º 2
0
 private void Awake()
 {
     Instance = this;
 }