6 lines
105 B
C++
Executable file
6 lines
105 B
C++
Executable file
#include "JettyBootsPlayer.h"
|
|
|
|
FJettyBootsPlayer::FJettyBootsPlayer() {
|
|
this->bIsPlaying = false;
|
|
}
|
|
|