6 lines
80 B
C++
Executable file
6 lines
80 B
C++
Executable file
#include "DropInfo.h"
|
|
|
|
FDropInfo::FDropInfo() {
|
|
this->HasLanded = false;
|
|
}
|
|
|