diff --git a/Assets/TEngine/Runtime/GameFramework/ProFiler/TProfiler.cs b/Assets/TEngine/Runtime/GameFramework/ProFiler/TProfiler.cs index 4862159f..72a30bf8 100644 --- a/Assets/TEngine/Runtime/GameFramework/ProFiler/TProfiler.cs +++ b/Assets/TEngine/Runtime/GameFramework/ProFiler/TProfiler.cs @@ -3,7 +3,7 @@ using UnityEngine.Profiling; namespace TEngine { - class TProfiler + public class TProfiler { private static int m_profileLevel = -1; private static int m_currLevel = 0;