logging framecounter

This commit is contained in:
barelyprofessional
2025-10-09 00:24:48 -05:00
parent fbd314e806
commit 777ff73ae5

View File

@@ -342,6 +342,7 @@ public class Planes : ICommand
while (!neutral)
{
frameCounter++;
logger.Info($"FrameCounter: {frameCounter} Counter: {counter}");
try
{
switch (planesBoard[plane.Height, counter % 13 - 3])