Remove redundant read-only VV from datafields (#12626)
This commit is contained in:
@@ -9,7 +9,6 @@ public sealed class TimedDespawnComponent : Component
|
||||
/// <summary>
|
||||
/// How long the entity will exist before despawning
|
||||
/// </summary>
|
||||
[ViewVariables]
|
||||
[DataField("lifetime")]
|
||||
public float Lifetime = 5f;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user