aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/api/Collider.cpp
blob: c3e4929e7763c81cf6dcb38e8154af1fe2573db7 (plain)
1
2
3
4
5
#include "Collider.h"

using namespace crepe::api;

Collider::Collider(uint32_t gameObjectId) : Component(gameObjectId){}