artifact crusher (#22301)
This commit is contained in:
@@ -45,4 +45,16 @@ public sealed partial class EntityStorageVisualsComponent : Component
|
||||
[DataField("stateUnlocked")]
|
||||
[ViewVariables(VVAccess.ReadWrite)]
|
||||
public string? StateUnlocked = "unlocked";
|
||||
|
||||
/// <summary>
|
||||
/// The drawdepth the object has when it's open
|
||||
/// </summary>
|
||||
[DataField, ViewVariables(VVAccess.ReadWrite)]
|
||||
public int? OpenDrawDepth;
|
||||
|
||||
/// <summary>
|
||||
/// The drawdepth the object has when it's closed
|
||||
/// </summary>
|
||||
[DataField, ViewVariables(VVAccess.ReadWrite)]
|
||||
public int? ClosedDrawDepth;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user