no message

This commit is contained in:
SilicaAndPina 2020-10-03 03:30:31 +13:00
parent 28306365d1
commit 076da115c6
15 changed files with 637 additions and 107 deletions

View file

@ -21,5 +21,9 @@ namespace Horse_Isle_Server
{
Console.WriteLine("[ERROR] " + text);
}
public static void InfoPrint(string text)
{
Console.WriteLine("[INFO] " + text);
}
}
}