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