Playvoi/Assets/ShiroginSDK/Runtime/Services/Interfaces/ICoroutineRunnerService.cs

8 lines
No EOL
240 B
C#

namespace ShiroginSDK.Runtime.Services.Interfaces
{
public interface ICoroutineRunnerService
{
// Not strictly necessary since the class has static helpers,
// but allows dependency injection if needed later.
}
}