diagnosticsext move to internal

master
Yoshifumi Kawai 2020-04-19 03:00:47 +09:00
parent ca58784c4d
commit 86fa934510
2 changed files with 2 additions and 3 deletions

View File

@ -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;