This commit is contained in:
Amaury
2020-03-31 08:17:14 +02:00
parent 15bfb3f6a9
commit 735839c506
8 changed files with 231 additions and 116 deletions

View File

@ -1,14 +1,4 @@
#include "Player.h"
void Player::_register_methods()
{
register_method((char*)"_process", &Player::_process);
}
void Player::_process(float delta)
{
}
Player::Player()
{
}