using UnityEngine;
namespace RoR2.UI;
[RequireComponent(typeof(RectTransform))]
public class ServerBrowserController : MonoBehaviour
{
}