Пример #1
0
 private void Start()
 {
     if (condition == null)
     {
         condition = GetComponent <BoolValueProvider>();
     }
 }