We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d671de0 commit 0196bc3Copy full SHA for 0196bc3
Yafc.Model/Blueprints/Blueprint.cs
@@ -189,6 +189,6 @@ public class BlueprintItemInventory {
189
190
[Serializable]
191
public class BlueprintInventoryItem {
192
- public int inventory { get; } = 4; // unknown magic number
+ public int inventory { get; } = 4; // unknown magic number (probably 'modules', needs more investigating)
193
public int stack { get; set; }
194
}
0 commit comments