Exemple #1
0
 private void Start()
 {
     target.BindValueTo(() => source.value, i => source.value = i);
 }