diagnosticsext move to internal
parent
ca58784c4d
commit
86fa934510
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue