Makes more fields VV (#2026)
* Some more VV * Fixed build & some more gun vvs * Added VendingMachine Inventory & Items
This commit is contained in:
@@ -41,6 +41,7 @@ namespace Content.Server.GameObjects.Components.Research
|
||||
set => _state = value;
|
||||
}
|
||||
|
||||
[ViewVariables]
|
||||
private LatheRecipePrototype? _producingRecipe;
|
||||
private bool Powered => !Owner.TryGetComponent(out PowerReceiverComponent? receiver) || receiver.Powered;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user