Files
2024-01-21 00:41:14 +01:00

10 lines
239 B
C++

#include "FortProfileGo.h"
UFortProfileGo::UFortProfileGo() {
this->ProfileGoScenarios.AddDefaulted(64);
this->ProfileGoCollections.AddDefaulted(13);
this->AllCommands.AddDefaulted(77);
this->DefaultSettleTime = 5.00f;
}