8 lines
97 B
C#
8 lines
97 B
C#
|
using UnityEngine;
|
||
|
|
||
|
namespace RoR2.UI;
|
||
|
|
||
|
public class VoiceChatCardController : MonoBehaviour
|
||
|
{
|
||
|
}
|