8 lines
133 B
C++
8 lines
133 B
C++
#include "RaptorCopterSystem.h"
|
|
|
|
void PlayerMovementSystem::UpdateComponent(World* world, ComponentWrapper& player, double dt)
|
|
{
|
|
|
|
}
|
|
|