Exemplo n.º 1
0
 void Start()
 {
     AdPlayer = GetComponent <AdPlayer>();
 }
Exemplo n.º 2
0
 public void Start()
 {
     Cursor.visible = true;
     adPlayer       = GetComponent <AdPlayer>();
 }
Exemplo n.º 3
0
 private void Start()
 {
     instance = this;
 }