remove using

This commit is contained in:
CWX
2025-01-24 23:33:33 +00:00
parent b31878045b
commit 213c6e61f7
2 changed files with 4 additions and 1 deletions
@@ -1,4 +1,3 @@
using System.Runtime.InteropServices.JavaScript;
using System.Text.Json.Serialization;
using Core.Helpers;
using Core.Models.Eft.Common;
+4
View File
@@ -82,6 +82,10 @@ public class App
_timer = new Timer(_ => Update(_onUpdate), null, TimeSpan.Zero, TimeSpan.FromMilliseconds(5000));
_logger.Success(GetRandomisedStartMessage());
_logger.Success(".oooO Oooo.");
_logger.Success("( ( ) ( ) )");
_logger.Success(" \\ ( ) /");
_logger.Success(" \\_) (_/");
}
protected string GetRandomisedStartMessage()