mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-09-02 04:03:46 +00:00
11 lines
209 B
C++
11 lines
209 B
C++
#include "BacchusKillFeed.h"
|
|
|
|
void UBacchusKillFeed::SetActiveNumberOfLines(float numberOfLines) {
|
|
}
|
|
|
|
UBacchusKillFeed::UBacchusKillFeed() {
|
|
this->MainSizeBox = NULL;
|
|
this->NumberOfActiveLines = 0;
|
|
}
|
|
|