6 lines
121 B
C++
Executable file
6 lines
121 B
C++
Executable file
#include "PlayerShieldsMutator.h"
|
|
|
|
UPlayerShieldsMutator::UPlayerShieldsMutator() {
|
|
this->ShieldModifier = 1.00f;
|
|
}
|
|
|