hamster fixes + entitystorage tweaks (#12987)

* hamster fixes + entitystorage tweaks

* make this datafield work

* make this shit work better
This commit is contained in:
Nemanja
2022-12-19 22:45:03 -05:00
committed by GitHub
parent 6835ab0a04
commit b54b5cba19
4 changed files with 33 additions and 15 deletions

View File

@@ -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>