mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-28 04:03:33 +00:00
8 lines
162 B
C++
8 lines
162 B
C++
#include "FortPvPMission_CTF.h"
|
|
|
|
AFortPvPMission_CTF::AFortPvPMission_CTF() {
|
|
this->TeamCaptureTotals.AddDefaulted(255);
|
|
this->TotalCapturesToWin = 3;
|
|
}
|
|
|