/* ** EPITECH PROJECT, 2022 ** rtype ** File description: ** Client */ #include "NetworkClient.hpp" #include <iostream> namespace network { Client &Client::getInstance() { static Client _Instance; return _Instance; } } // namespace network
Updated on 2022-11-13 at 17:21:37 +0100
Last updated 2 years ago