namespace LobbyRelaySample
{
///
/// Holds a LobbyServiceData value and notifies all subscribers when it has been changed.
/// Check the GameManager in the mainScene for the list of observers being used in the project.
///
public class LobbyServiceDataObserver : ObserverBehaviour { }
}