mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 19:10:32 +00:00
8 lines
150 B
C#
Executable File
8 lines
150 B
C#
Executable File
namespace Mirage.NetworkProfiler.ModuleGUI
|
|
{
|
|
internal interface ICountRecorderProvider
|
|
{
|
|
CountRecorder GetCountRecorder();
|
|
}
|
|
}
|