dungeonanddeamon/DungeonAndDeamonScript/DungeonAndDemaonScript/GestionPlayer.cpp
2020-03-25 11:00:23 +01:00

26 lines
223 B
C++

#include "GestionPlayer.h"
void GestionPlayer::droit()
{
}
void GestionPlayer::gauche()
{
}
void GestionPlayer::bas()
{
}
void GestionPlayer::saut()
{
}
void GestionPlayer::idle()
{
}
void GestionPlayer::attack()
{
}