Exemplo n.º 1
0
 public void Start()
 {
     actionhandler = GameObject.Find("MouseAction").GetComponent <MouseActions>();
 }
 public void Start()
 {
     actionhandler = GameObject.Find("MouseAction").GetComponent<MouseActions>();
 }