Esempio n. 1
0
 // Start is called before the first frame update
 private void Start()
 {
     pageGroup.Subscribe(this);
     image = GetComponent <Image>();
 }