1using System.Collections;
2using System.Collections.Generic;
10 var childs = GetComponentsInChildren<ThrowableCanDisable>();
11 foreach (var throwableCanDisable
in childs)
13 throwableCanDisable.enabled =
true;
20 var childs = GetComponentsInChildren<ThrowableCanDisable>();
21 foreach (var throwableCanDisable
in childs)
23 throwableCanDisable.enabled =
false;