Skip to content

Commit

Permalink
Added armor and processed Materials to the editor.
Browse files Browse the repository at this point in the history
  • Loading branch information
se5a committed May 17, 2024
1 parent 5e0e6f4 commit f23613f
Show file tree
Hide file tree
Showing 4 changed files with 350 additions and 82 deletions.
3 changes: 1 addition & 2 deletions Pulsar4X/GameEngine/Blueprints/ProcessedMaterialBlueprint.cs
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
using System.Collections.Generic;
using Pulsar4X.DataStructures;
using Pulsar4X.Interfaces;

namespace Pulsar4X.Blueprints
{
public class ProcessedMaterialBlueprint : Blueprint
{
public string Name { get; init; }
public string Name { get; set; }
public Dictionary<string, string> Formulas { get; set;}
public Dictionary<string, long> ResourceCosts { get; set; }
public long IndustryPointCosts { get; set; }
Expand Down
Loading

0 comments on commit f23613f

Please sign in to comment.