mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-28 04:03:33 +00:00
15 lines
250 B
C++
15 lines
250 B
C++
#include "AthenaSpectatorMaterialCountsBase.h"
|
|
|
|
float UAthenaSpectatorMaterialCountsBase::TimeToDisplay() const {
|
|
return 0.0f;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
UAthenaSpectatorMaterialCountsBase::UAthenaSpectatorMaterialCountsBase() {
|
|
this->bIsInBuildMode = false;
|
|
}
|
|
|