WuhuIslandTesting/Library/PackageCache/com.unity.collab-proxy@1.17.7/Editor/Collaborate/Presenters/IStartPresenter.cs

8 lines
142 B
C#
Raw Normal View History

2025-01-07 02:06:59 +01:00
namespace Unity.Cloud.Collaborate.Presenters
{
internal interface IStartPresenter : IPresenter
{
void RequestStart();
}
}