示例#1
0
 void Iterate(IterateType iType, ModelSkin type, int index)
 {
     _characterSelect.Iterate(iType, type, index);
 }
示例#2
0
 void IterateCharacter(IterateType iType, ModelSkin mType, int index)
 {
     photonView.RPC("Iterate", PhotonTargets.MasterClient, iType, mType, index);
 }