using Mirror; using UnityEngine; public class LobbyPlayer : NetworkBehaviour { private Lobby lobby = this.gameobject.getComponent(); public override void OnStartClient() { } }