Exemplo n.º 1
0
 /** [内部からの呼び出し]リモートコール。全員。
  */
 public void Raw_RemoteCall_All(Raw_RemoteCallKey a_key, int a_value)
 {
                 #if (USE_DEF_FEE_PUN)
     if (this.photon_view != null)
     {
         this.photon_view.RPC("Raw_Recv", Photon.Pun.RpcTarget.All, a_key, a_value);
     }
                 #endif
 }
Exemplo n.º 2
0
 public void Raw_Recv(Raw_RemoteCallKey a_key, int a_value)
 {
 }