mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-15 10:32:44 -04:00
logging framecounter
This commit is contained in:
@@ -342,6 +342,7 @@ public class Planes : ICommand
|
|||||||
while (!neutral)
|
while (!neutral)
|
||||||
{
|
{
|
||||||
frameCounter++;
|
frameCounter++;
|
||||||
|
logger.Info($"FrameCounter: {frameCounter} Counter: {counter}");
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
switch (planesBoard[plane.Height, counter % 13 - 3])
|
switch (planesBoard[plane.Height, counter % 13 - 3])
|
||||||
|
|||||||
Reference in New Issue
Block a user