Remove redundant read-only VV from datafields (#12626)
This commit is contained in:
@@ -7,7 +7,7 @@ namespace Content.Server.NPC.Components
|
||||
/// <summary>
|
||||
/// Contains all of the world data for a particular NPC in terms of how it sees the world.
|
||||
/// </summary>
|
||||
[ViewVariables, DataField("blackboard", customTypeSerializer: typeof(NPCBlackboardSerializer))]
|
||||
[DataField("blackboard", customTypeSerializer: typeof(NPCBlackboardSerializer))]
|
||||
public NPCBlackboard Blackboard = new();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user