WuhuIslandTesting/Library/PackageCache/com.unity.collab-proxy@1.17.7/Editor/Collaborate/Presenters/IStartPresenter.cs
2025-01-07 02:06:59 +01:00

7 lines
142 B
C#

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