mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 03:43:40 +00:00
25 lines
378 B
C++
25 lines
378 B
C++
#include "FortPlayerPowerRating.h"
|
|
|
|
void UFortPlayerPowerRating::RepresentLocalPlayer() {
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
bool UFortPlayerPowerRating::HasTeamMembers() const {
|
|
return false;
|
|
}
|
|
|
|
int32 UFortPlayerPowerRating::GetTeamPowerRating() const {
|
|
return 0;
|
|
}
|
|
|
|
int32 UFortPlayerPowerRating::GetBasePowerRating() const {
|
|
return 0;
|
|
}
|
|
|
|
UFortPlayerPowerRating::UFortPlayerPowerRating() {
|
|
}
|
|
|