7 lines
111 B
C++
Executable file
7 lines
111 B
C++
Executable file
#include "OverlapPair.h"
|
|
|
|
FOverlapPair::FOverlapPair() {
|
|
this->Player = NULL;
|
|
this->Overlap = NULL;
|
|
}
|
|
|