public void RpcCreateDecoy()
 {
     Protector.GetComponent <Protector>().CreateDecoy();
 }
 public void RpclaserPointSet(bool setActiveBool)
 {
     Protector.GetComponent <Protector>().laserPointSet(setActiveBool);
 }
 public void RpcThrowSheild()
 {
     Protector.GetComponent <Protector>().ThrowShield();
 }
 public void RpcChangePower()
 {
     Protector.GetComponent <Protector>().ChangePower();
 }