6 lines
89 B
C++
Executable file
6 lines
89 B
C++
Executable file
#include "PlayerSphere.h"
|
|
|
|
FPlayerSphere::FPlayerSphere() {
|
|
this->Radius = 0.00f;
|
|
}
|
|
|