Skip to content

Commit

Permalink
[chore] unused member removed
Browse files Browse the repository at this point in the history
  • Loading branch information
srcnalt committed Mar 4, 2024
1 parent 81d1378 commit 181fd52
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Runtime/NetworkPlayer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,13 @@ public class NetworkPlayer : MonoBehaviour
private const string SET_PLAYER_METHOD = "SetPlayer";
[SerializeField] private AvatarConfig config;

private Animator animator;
private PhotonView photonView;

private Transform leftEye;
private Transform rightEye;

private void Awake()
{
animator = GetComponent<Animator>();
photonView = GetComponent<PhotonView>();

leftEye = AvatarBoneHelper.GetLeftEyeBone(transform, true);
Expand Down

0 comments on commit 181fd52

Please sign in to comment.