8 lines
142 B
C#

namespace Unity.Cloud.Collaborate.Presenters
{
internal interface IStartPresenter : IPresenter
{
void RequestStart();
}
}