Show More
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/OrganizationTypeComponent.cs
12 lines | 202 B | text/x-csharp | CSharpLexer
using Encompass;
using isometricparkfna.Spawners;
namespace isometricparkfna.Components
{
public struct OrganizationTypeComponent : IComponent
{
public OrganizationType type;
}
}