This commit is contained in:
HikikoMarmy
2025-04-24 11:19:35 +01:00
parent 9cf6dea79f
commit 5f8becc229
2 changed files with 4 additions and 5 deletions

View File

@@ -1,7 +1,6 @@
#pragma once
class DiscoveryServer
{
class DiscoveryServer {
private:
static inline std::unique_ptr< DiscoveryServer > m_instance;
static inline std::mutex m_mutex;