2026-05-12 17:45:40 +08:00
|
|
|
using RenderStreaming;
|
|
|
|
|
using Stary.Evo;
|
|
|
|
|
using UnityEngine;
|
|
|
|
|
|
2026-05-17 11:35:43 +08:00
|
|
|
public class MeetingChatController : MonoBehaviour, IController
|
2026-05-12 17:45:40 +08:00
|
|
|
{
|
|
|
|
|
public IArchitecture GetArchitecture()
|
|
|
|
|
{
|
|
|
|
|
return MainArchitecture.Interface;
|
|
|
|
|
}
|
2026-05-17 11:35:43 +08:00
|
|
|
}
|