using Mirror; using UnityEngine; public class MyNetworkPlayer1 : NetworkBehaviour { [SyncVar] [SerializeField] private Transform _transform; }