Exemple #1
0
 private void Start()
 {
     _shoot     = GetComponent <Shooter>();
     _structure = GetComponent <Structure>();
 }