struct
/* ** EPITECH PROJECT, 2022 ** RTYPE ** File description: ** FollowEntity */ #pragma once #include <cstddef> namespace ecs::component { struct FollowEntity { std::size_t entityId; }; } // namespace ecs::component
Updated on 2022-11-13 at 17:21:37 +0100
Last updated 2 years ago