Add VM GFX,. Add some UI for skillUI
This commit is contained in:
@@ -155,7 +155,7 @@ namespace BrewMonster.Scripts
|
||||
|
||||
private void SendCmdDebug(int header, int param, bool hasParam)
|
||||
{
|
||||
BMLogger.LogError($"[DlgConsole] Sending Debug Cmd: {(hasParam ? $"{header} {param}" : $"{header}")}");
|
||||
//BMLogger.LogError($"[DlgConsole] Sending Debug Cmd: {(hasParam ? $"{header} {param}" : $"{header}")}");
|
||||
if (hasParam)
|
||||
UnityGameSession.c2s_CmdDebug((ushort)header, param);
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user