8 lines
No EOL
276 B
C#
8 lines
No EOL
276 B
C#
namespace MLAPI.Transports.UNET
|
|
{
|
|
public static class ProfilerConstants
|
|
{
|
|
public const string NumberOfTransportSends = nameof(NumberOfTransportSends);
|
|
public const string NumberOfTransportSendQueues = nameof(NumberOfTransportSendQueues);
|
|
}
|
|
} |