Make more Fields VV and more editable (#2051)
* Make more Fields VV and more editable * Applied feedback Co-authored-by: David Tan <>
This commit is contained in:
@@ -55,6 +55,7 @@ namespace Content.Server.GameObjects.Components.Items.Storage
|
||||
[ViewVariables]
|
||||
public IReadOnlyCollection<IEntity>? StoredEntities => _storage?.ContainedEntities;
|
||||
|
||||
[ViewVariables(VVAccess.ReadWrite)]
|
||||
public bool OccludesLight
|
||||
{
|
||||
get => _occludesLight;
|
||||
|
||||
Reference in New Issue
Block a user