DRG-Femboy-Voice/Source/FSD/Private/BTDecorator_CheckPlayerCount.cpp
2025-04-15 12:39:31 -07:00

7 lines
176 B
C++
Executable file

#include "BTDecorator_CheckPlayerCount.h"
UBTDecorator_CheckPlayerCount::UBTDecorator_CheckPlayerCount() {
this->playerCount = 1;
this->AllowLessThanCount = false;
}