using System;
using LobbyRooms;
using UnityEngine;
using UnityEngine.Serialization;
namespace Player
{
///
/// Holds an instance of a lobbyplayer, and implements hooks for the UI to interact with.
///
public class LobbyUserObserver : ObserverBehaviour { }
}