Skip to content

Commit

Permalink
BaseTool comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kaczy93 committed Dec 31, 2023
1 parent 44fa3ef commit 3cb0611
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CentrED/Tools/BaseTool.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

namespace CentrED.Tools;

//BaseTool allows for out of the box continous and area drawing
public abstract class BaseTool : Tool
{
protected abstract void GhostApply(TileObject? o);
Expand Down

0 comments on commit 3cb0611

Please sign in to comment.