Files
2026-04-22 15:51:07 +02:00

11 lines
209 B
C++

#include "BacchusKillFeed.h"
void UBacchusKillFeed::SetActiveNumberOfLines(float numberOfLines) {
}
UBacchusKillFeed::UBacchusKillFeed() {
this->MainSizeBox = NULL;
this->NumberOfActiveLines = 0;
}