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

10 lines
73 B
C++

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