6 lines
111 B
C++
Executable file
6 lines
111 B
C++
Executable file
#include "StopSessionResponse.h"
|
|
|
|
FStopSessionResponse::FStopSessionResponse() {
|
|
this->success = false;
|
|
}
|
|
|