6 lines
126 B
C++
Executable file
6 lines
126 B
C++
Executable file
#include "FSDTranslationProgress.h"
|
|
|
|
FFSDTranslationProgress::FFSDTranslationProgress() {
|
|
this->TranslatedPercent = 0;
|
|
}
|
|
|