mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 03:43:40 +00:00
14 lines
321 B
C++
14 lines
321 B
C++
#include "CustomCharacterParts.h"
|
|
|
|
FCustomCharacterParts::FCustomCharacterParts() {
|
|
this->WasReplicatedFlags = 0;
|
|
this->Parts[0] = NULL;
|
|
this->Parts[1] = NULL;
|
|
this->Parts[2] = NULL;
|
|
this->Parts[3] = NULL;
|
|
this->Parts[4] = NULL;
|
|
this->Parts[5] = NULL;
|
|
this->bReplicationFailed = false;
|
|
}
|
|
|