Playvoi/Assets/ShiroginSDK/Runtime/Services/Interfaces/ICoroutineRunnerService.cs
2025-10-30 22:48:16 +03:00

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.
}
}