6 lines
91 B
C++
Executable file
6 lines
91 B
C++
Executable file
#include "BumpPlayerHit.h"
|
|
|
|
FBumpPlayerHit::FBumpPlayerHit() {
|
|
this->Player = NULL;
|
|
}
|
|
|