changing to structure of LockableComponent from client

This commit is contained in:
CWX
2025-04-21 22:00:58 +01:00
parent 6faa69964d
commit 5656031e01
@@ -362,7 +362,16 @@ public record Upd
set;
}
public bool? Lockable
public Lockable? Lockable // LockableComponent in the client
{
get;
set;
}
}
public record Lockable
{
public bool? Locked
{
get;
set;