Skip to content

Commit

Permalink
network MaxModules
Browse files Browse the repository at this point in the history
  • Loading branch information
whatston3 committed Jan 21, 2025
1 parent 80c1f3f commit 5736507
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public sealed partial class BorgChassisComponent : Component
/// <summary>
/// How many modules can be installed in this borg
/// </summary>
[DataField("maxModules"), ViewVariables(VVAccess.ReadWrite)]
[DataField("maxModules"), ViewVariables(VVAccess.ReadWrite), AutoNetworkedField] // Frontier: add AutoNetworkedField
public int MaxModules = 3;

/// <summary>
Expand Down

0 comments on commit 5736507

Please sign in to comment.