Exemple #1
0
 void FixedUpdate()
 {
     if (photonView.isMine)
     {
         fpsScript.FixedUpdateChange();
     }
 }