Пример #1
0
    // This function spawns the Ions in the loading scene with the help of `IonSpawner.cs`
    private void SpawnIons()
    {
        IonSpawner IS = GameObject.Find("Ion Spawner").GetComponent <IonSpawner>();

        IS.Setup();
        IS.SpawnIntroIons();
    }
Пример #2
0
 private void Start()
 {
     main = this;
 }