Beispiel #1
0
 private void Start()
 {
     _instance = this;
 }
Beispiel #2
0
 private void Start()
 {
     comms  = GetComponent <SatelliteComms>();
     satMan = GameObject.FindGameObjectWithTag("SatelliteManager").GetComponent <SatManager>();
 }