Commit Description:
Add better support for .NET Core builds.
Commit Description:
Add better support for .NET Core builds.
File last commit:
Show/Diff file:
Action:
isometric-park-fna/Components/BudgetComponent.cs
11 lines | 192 B | text/x-csharp | CSharpLexer
using Encompass;
namespace isometricparkfna.Components
{
public struct BudgetComponent : IComponent
{
public Budget currentBudget;
public Budget priorBudget;
}
}