Show More
Commit Description:
Tweak VSCode config.
Commit Description:
Tweak VSCode config.
Show/Diff file:
Action:
isometric-park-fna/Components/PointComponent.cs
11 lines | 204 B | text/x-csharp | CSharpLexer
Add Tower placement.
r598 using Microsoft.Xna.Framework;
using Encompass;
namespace isometricparkfna.Components {
public struct PointComponent : IComponent {
public Vector2 Square;
public Tool Tool;
}
}