move hot plate item placement stuff into its own system (#18923)
Co-authored-by: deltanedas <@deltanedas:kde.org>
This commit is contained in:
@@ -45,12 +45,6 @@ public sealed class ArtifactAnalyzerComponent : Component
|
||||
[ViewVariables]
|
||||
public EntityUid? Console;
|
||||
|
||||
/// <summary>
|
||||
/// All of the valid artifacts currently touching the analyzer.
|
||||
/// </summary>
|
||||
[ViewVariables]
|
||||
public HashSet<EntityUid> Contacts = new();
|
||||
|
||||
[ViewVariables(VVAccess.ReadWrite)]
|
||||
public bool ReadyToPrint = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user