6 lines
93 B
C++
Executable file
6 lines
93 B
C++
Executable file
#include "WatchedTutorial.h"
|
|
|
|
FWatchedTutorial::FWatchedTutorial() {
|
|
this->Count = 0;
|
|
}
|
|
|