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