using Content.Client.HUD.UI;
namespace Content.Client.Viewport
{
///
/// Client state that has a main viewport.
///
///
/// Used for taking no-UI screenshots (including things like flash overlay).
///
public interface IMainViewportState
{
public MainViewport Viewport { get; }
}
}