Commit Description:
Incomplete version of BudgetWindow handling in Encompass....
Commit Description:
Incomplete version of BudgetWindow handling in Encompass. (grafted from 5999c7ab440ff7e9e9d5e85a1c21f8df8a65f3d0)
Show/Diff file:
Action:
isometric-park-fna/Components/BudgetComponent.cs
11 lines | 172 B | text/x-csharp | CSharpLexer
using Encompass;
namespace isometricparkfna.Components {
public struct BudgetComponent : IComponent {
public Budget currentBudget;
public Budget priorBudget;
}
}