6 lines
106 B
C++
Executable file
6 lines
106 B
C++
Executable file
#include "FormationDataItem.h"
|
|
|
|
FFormationDataItem::FFormationDataItem() {
|
|
this->Distance = 0.00f;
|
|
}
|
|
|