コード例 #1
0
 public void RpcCreateDecoy()
 {
     Protector.GetComponent <Protector>().CreateDecoy();
 }
コード例 #2
0
 public void RpclaserPointSet(bool setActiveBool)
 {
     Protector.GetComponent <Protector>().laserPointSet(setActiveBool);
 }
コード例 #3
0
 public void RpcThrowSheild()
 {
     Protector.GetComponent <Protector>().ThrowShield();
 }
コード例 #4
0
 public void RpcChangePower()
 {
     Protector.GetComponent <Protector>().ChangePower();
 }