7 lines
138 B
C++
Executable file
7 lines
138 B
C++
Executable file
#include "LookupSessionResponse.h"
|
|
|
|
FLookupSessionResponse::FLookupSessionResponse() {
|
|
this->Valid = false;
|
|
this->P2PPORT = 0;
|
|
}
|
|
|