Files
2024-01-21 00:41:14 +01:00

8 lines
105 B
C++

#include "BCActionInfo.h"
FBCActionInfo::FBCActionInfo() {
this->Type = 0;
this->Action = 0;
}