mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-13 16:44:14 +01:00
10 lines
No EOL
258 B
C#
10 lines
No EOL
258 B
C#
using MareSynchronosShared.Metrics;
|
|
|
|
namespace MareSynchronosShared.Services;
|
|
|
|
public class LocalClientIdentificationService : BaseClientIdentificationService
|
|
{
|
|
public LocalClientIdentificationService(MareMetrics metrics) : base(metrics)
|
|
{
|
|
}
|
|
} |