7 lines
113 B
C++
Executable file
7 lines
113 B
C++
Executable file
#include "PitchedUsers.h"
|
|
|
|
FPitchedUsers::FPitchedUsers() {
|
|
this->Player = NULL;
|
|
this->Timer = 0.00f;
|
|
}
|
|
|