Mirror/Assets/Mirage.Profiler/Editor/ICountRecorderProvider.cs
2024-01-16 08:58:48 +00:00

8 lines
150 B
C#
Executable File

namespace Mirage.NetworkProfiler.ModuleGUI
{
internal interface ICountRecorderProvider
{
CountRecorder GetCountRecorder();
}
}