hamster fixes + entitystorage tweaks (#12987)
* hamster fixes + entitystorage tweaks * make this datafield work * make this shit work better
This commit is contained in:
@@ -61,7 +61,7 @@ public sealed class EntityStorageComponent : Component, IGasMixtureHolder
|
||||
[DataField("occludesLight")]
|
||||
public bool OccludesLight = true;
|
||||
|
||||
[DataField("deleteContentsOnDestruction")]
|
||||
[DataField("deleteContentsOnDestruction"), ViewVariables(VVAccess.ReadWrite)]
|
||||
public bool DeleteContentsOnDestruction = false;
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user