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

Commit

Permalink
Create InflationCargoCrateComponent.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Sh1ntra authored May 7, 2024
1 parent 2ce4ae8 commit 6735809
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[RegisterComponent]
[AutoGenerateComponentState]
public sealed partial class InflationCargoCrateComponent : Component
{
[DataField, ViewVariables(VVAccess.ReadWrite)]
public bool IsInflated = false;
}

0 comments on commit 6735809

Please sign in to comment.