Commit Description:
Fix bug in News window.
Commit Description:
Fix bug in News window.
Show/Diff file:
Action:
isometric-park-fna/Components/AreaComponent.cs
12 lines | 200 B | text/x-csharp | CSharpLexer
using Microsoft.Xna.Framework;
using Encompass;
namespace isometricparkfna.Components {
public struct AreaComponent : IComponent {
public Vector2[] squares;
public Tool Tool;
}
}