示例#1
0
 private void OnDestroy()
 {
     OnDestroyingRemotePlayer?.Invoke(this);
 }
示例#2
0
 private void OnDestroy()
 {
     PhotonNetwork.Destroy(gameObject);
     OnDestroyingRemotePlayer?.Invoke(this);
 }