Add VM GFX,. Add some UI for skillUI

This commit is contained in:
Chomper9981
2026-04-02 15:26:16 +07:00
parent 7a9b2a29e1
commit c53ba56b82
158 changed files with 548401 additions and 452 deletions
@@ -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