Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
maybe fix InflationCargoCrateComponent.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Vonsant authored May 17, 2024
1 parent 50916f8 commit 90204aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
[AutoGenerateComponentState]
public sealed partial class InflationCargoCrateComponent : Component
{
[DataField, ViewVariables(VVAccess.ReadWrite)]
[DataField("isInflated"), ViewVariables(VVAccess.ReadWrite)]
public bool IsInflated = false;
}

0 comments on commit 90204aa

Please sign in to comment.