Пример #1
0
 void Start()
 {
     spi = GameObject.FindWithTag("PlantInfo").GetComponent <SetPlantInfo>();
 }
Пример #2
0
 private void Awake()
 {
     Instance = this;
 }