Mirror/Assets/Mirage.Profiler/Editor/ICountRecorderProvider.cs

8 lines
150 B
C#
Raw Normal View History

2024-01-16 08:58:48 +00:00
namespace Mirage.NetworkProfiler.ModuleGUI
{
internal interface ICountRecorderProvider
{
CountRecorder GetCountRecorder();
}
}