Fix post-mapinit NPC exception (#40244)
Ensure `NPCBlackboard.Owner` is set during startup
This commit is contained in:
@@ -9,4 +9,5 @@ public abstract partial class NPCComponent : SharedNPCComponent
|
||||
/// </summary>
|
||||
[DataField("blackboard", customTypeSerializer: typeof(NPCBlackboardSerializer))]
|
||||
public NPCBlackboard Blackboard = new();
|
||||
// TODO FULL GAME SAVE Serialize this
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user