mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-10 06:24:38 +02:00
Implemented equipment and equip graphics. Add some zone callbacks and "first start" functionality. Added playtime.
This commit is contained in:
parent
c9116005d6
commit
44e5430fdc
17 changed files with 676 additions and 129 deletions
|
@ -18,12 +18,14 @@ namespace FFXIVClassic_Lobby_Server.common
|
|||
}
|
||||
|
||||
public static void debug(String message)
|
||||
{
|
||||
{
|
||||
#if DEBUG
|
||||
Console.Write("[{0}]", DateTime.Now.ToString("dd/MMM HH:mm"));
|
||||
Console.ForegroundColor = ConsoleColor.Yellow;
|
||||
Console.Write("[DEBUG] ");
|
||||
Console.ForegroundColor = ConsoleColor.Gray;
|
||||
Console.WriteLine(message);
|
||||
#endif
|
||||
}
|
||||
|
||||
public static void info(String message)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue