Misc implant fixes (#17172)

This commit is contained in:
Leon Friedrich
2023-06-07 15:53:11 +12:00
committed by GitHub
parent 1a3f8f2c2c
commit 677ef07aa2
8 changed files with 132 additions and 79 deletions

View File

@@ -67,7 +67,7 @@ public sealed class ImplanterComponent : Component
/// The <see cref="ItemSlot"/> for this implanter
/// </summary>
[ViewVariables]
[DataField("implanterSlot")]
[DataField("implanterSlot", required:true)]
public ItemSlot ImplanterSlot = new();
public bool UiUpdateNeeded;