mirror of
https://github.com/SoDOff-Project/sodoff.git
synced 2025-10-12 00:38:48 -07:00
Delete src/Util/VerboseLogging.cs
This commit is contained in:
parent
07c1438658
commit
08ea9e3ba8
@ -1,16 +0,0 @@
|
|||||||
using Microsoft.AspNetCore.Mvc.Filters;
|
|
||||||
using Microsoft.AspNetCore.Mvc;
|
|
||||||
|
|
||||||
namespace sodoff.Utils;
|
|
||||||
|
|
||||||
public class VerboseLogging {
|
|
||||||
public static void log() {
|
|
||||||
Console.WriteLine("[INFO] Server is loading Assets");
|
|
||||||
Console.WriteLine("[INFO] Loading api");
|
|
||||||
}
|
|
||||||
public static void ServerStartedMessage()
|
|
||||||
{
|
|
||||||
Console.WriteLine("Server is running");
|
|
||||||
Console.WriteLine("You can run the game now");
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user