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:
@@ -56,6 +56,7 @@ namespace Content.Server.GameObjects.Components.Weapon.Ranged.Barrels
|
||||
|
||||
[ViewVariables]
|
||||
private string _fillPrototype;
|
||||
[ViewVariables]
|
||||
private int _unspawnedCount;
|
||||
|
||||
public bool BoltOpen
|
||||
|
||||
@@ -53,6 +53,7 @@ namespace Content.Server.GameObjects.Components.Weapon.Ranged.Barrels
|
||||
|
||||
[ViewVariables]
|
||||
private string _fillPrototype;
|
||||
[ViewVariables]
|
||||
private int _unspawnedCount;
|
||||
|
||||
private bool _manualCycle;
|
||||
|
||||
@@ -44,6 +44,7 @@ namespace Content.Server.GameObjects.Components.Weapon.Ranged.Barrels
|
||||
private AppearanceComponent _appearanceComponent;
|
||||
[ViewVariables]
|
||||
private string _fillPrototype;
|
||||
[ViewVariables]
|
||||
private int _unspawnedCount;
|
||||
|
||||
// Sounds
|
||||
|
||||
Reference in New Issue
Block a user