mirror of
https://github.com/Cysharp/UniTask.git
synced 2026-05-16 20:20:45 +00:00
diagnosticsext move to internal
This commit is contained in:
@@ -15,10 +15,9 @@ using System.Text.RegularExpressions;
|
||||
using System.Threading.Tasks;
|
||||
using UnityEngine;
|
||||
|
||||
namespace UniRx.Async
|
||||
namespace UniRx.Async.Internal
|
||||
{
|
||||
// TODO: Internal.
|
||||
public static class DiagnosticsExtensions
|
||||
internal static class DiagnosticsExtensions
|
||||
{
|
||||
static bool displayFilenames = true;
|
||||
|
||||
Reference in New Issue
Block a user