Example #1
0
 public void enviar()
 {
     print("Clicked");
     SendArd.sendRed();
 }
Example #2
0
 // Update is called once per frame
 void Update()
 {
     SendArd.sendRed();
 }