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