7 lines
176 B
C++
Executable file
7 lines
176 B
C++
Executable file
#include "BTDecorator_CheckPlayerCount.h"
|
|
|
|
UBTDecorator_CheckPlayerCount::UBTDecorator_CheckPlayerCount() {
|
|
this->playerCount = 1;
|
|
this->AllowLessThanCount = false;
|
|
}
|
|
|