6 lines
131 B
C++
Executable file
6 lines
131 B
C++
Executable file
#include "UseConditionCharacterState.h"
|
|
|
|
UUseConditionCharacterState::UUseConditionCharacterState() {
|
|
this->Invert = false;
|
|
}
|
|
|