Skip to content

Commit 0196bc3

Browse files
DaleStanveger
andauthored
Update magic number comment in Blueprint.cs
Co-authored-by: Maarten Bezemer <[email protected]>
1 parent d671de0 commit 0196bc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Yafc.Model/Blueprints/Blueprint.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,6 @@ public class BlueprintItemInventory {
189189

190190
[Serializable]
191191
public class BlueprintInventoryItem {
192-
public int inventory { get; } = 4; // unknown magic number
192+
public int inventory { get; } = 4; // unknown magic number (probably 'modules', needs more investigating)
193193
public int stack { get; set; }
194194
}

0 commit comments

Comments
 (0)