Some analyzer code style changes

This commit is contained in:
Asriel Camora
2023-06-19 10:03:57 -07:00
parent 6d61e022b6
commit 05ead22448
50 changed files with 134 additions and 56 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
namespace Craftimizer.Simulator.Actions;
internal class Reflect : BaseAction
internal sealed class Reflect : BaseAction
{
public override ActionCategory Category => ActionCategory.FirstTurn;
public override int Level => 69;