private void Awake()
 {
     Ins = this;
 }
Exemple #2
0
 private void Start()
 {
     ballPool = FindObjectOfType <BallPooling>();
     StartCoroutine(ThrowPreocedureAsync());
 }