11 lines
225 B
C#
11 lines
225 B
C#
using RenderStreaming;
|
|
using Stary.Evo;
|
|
using UnityEngine;
|
|
|
|
public class MeetingChatController : MonoBehaviour, IController
|
|
{
|
|
public IArchitecture GetArchitecture()
|
|
{
|
|
return MainArchitecture.Interface;
|
|
}
|
|
} |