Files
2026-04-22 15:51:07 +02: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;
}