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