Serialize FriendPlayer
This commit is contained in:
parent
e691341541
commit
e1130b860e
2 changed files with 5 additions and 1 deletions
|
|
@ -314,6 +314,10 @@ void AActor::Serialize (FArchive &arc)
|
|||
arc << PoisonDamageType << PoisonDamageTypeReceived;
|
||||
}
|
||||
arc << ConversationRoot << Conversation;
|
||||
if (SaveVersion >= 4509)
|
||||
{
|
||||
arc << FriendPlayer;
|
||||
}
|
||||
|
||||
{
|
||||
FString tagstr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue