Exemplo n.º 1
0
 public void RpcCreateDecoy()
 {
     Protector.GetComponent <Protector>().CreateDecoy();
 }
Exemplo n.º 2
0
 public void RpclaserPointSet(bool setActiveBool)
 {
     Protector.GetComponent <Protector>().laserPointSet(setActiveBool);
 }
Exemplo n.º 3
0
 public void RpcThrowSheild()
 {
     Protector.GetComponent <Protector>().ThrowShield();
 }
Exemplo n.º 4
0
 public void RpcChangePower()
 {
     Protector.GetComponent <Protector>().ChangePower();
 }