title |
---|
src/ecs/components/client/Parallax.hpp |
Name |
---|
ecs |
ecs::component |
Name | |
---|---|
struct | ecs::component::Parallax |
/*
** EPITECH PROJECT, 2022
** RTYPE
** File description:
** Parallax
*/
#pragma once
namespace ecs::component
{
struct Parallax {
int threshold;
int position;
};
} // namespace ecs::component
Updated on 2022-11-13 at 17:21:37 +0100