1
0
Fork 0
2019-ecs/Source/Components/Gravity.hpp

10 lines
74 B
C++

#pragma once
#include "Math/Vec3.hpp"
struct Gravity
{
Vec3 force;
};