Skip to content

Commit

Permalink
Update UPComponent.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
sanek31 authored Nov 30, 2024
1 parent 05e7e7c commit 489a054
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public sealed partial class UPComponent : Component
public string componentName;

[DataField, ViewVariables(VVAccess.ReadWrite)]
public float upgradeValue;
public string upgradeValue;

[DataField, ViewVariables(VVAccess.ReadWrite)]
public string ProtoWhitelist;
Expand Down

0 comments on commit 489a054

Please sign in to comment.