Make more fields VV-writeable (#21754)

This commit is contained in:
LordEclipse
2023-11-19 15:17:53 -05:00
committed by GitHub
parent 808555ade6
commit f3df6b85af
13 changed files with 28 additions and 28 deletions

View File

@@ -21,7 +21,7 @@ public sealed partial class LinkedEntityComponent : Component
/// <summary>
/// Should this entity be deleted if all of its links are removed?
/// </summary>
[DataField]
[DataField, ViewVariables(VVAccess.ReadWrite)]
public bool DeleteOnEmptyLinks;
}