9 lines
139 B
C#
9 lines
139 B
C#
|
using UnityEngine;
|
||
|
|
||
|
namespace RoR2.UI;
|
||
|
|
||
|
[RequireComponent(typeof(RectTransform))]
|
||
|
public class ServerBrowserController : MonoBehaviour
|
||
|
{
|
||
|
}
|