Exemplo n.º 1
0
 public void SetBlowsPool(Blows blows)
 {
     _blows = blows;
 }
Exemplo n.º 2
0
 private void Awake()
 {
     _balls = FindObjectOfType <CannonBalls>();
     _blows = FindObjectOfType <Blows>();
 }
Exemplo n.º 3
0
 private void OnEnable()
 {
     _blows = FindObjectOfType <Blows>();
 }