7 lines
129 B
C++
Executable file
7 lines
129 B
C++
Executable file
#include "FSDPlayerStart.h"
|
|
|
|
AFSDPlayerStart::AFSDPlayerStart() {
|
|
this->PrefferedClassID = NULL;
|
|
this->usedBy = NULL;
|
|
}
|
|
|