aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/api/AI.cpp
blob: d785bb544dfb8934de2444e1984839dadbfbd17f (plain)
1
2
3
4
5
6
7
#include "AI.h"

namespace crepe {

AI::AI(game_object_id_t id, float max_force) : Component(id), max_force(max_force) {}

} // namespace crepe