Show More
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
Add missing files, oops.
r192
using Microsoft.Xna.Framework;
using Encompass;
namespace isometricparkfna.Components {
Fix style.
r462 public struct AreaComponent : IComponent {
public Vector2[] squares;
Use red for dezone.
r557 public Tool Tool;
Fix style.
r462 }
Add missing files, oops.
r192 }