Fix symbol error and useless log

This commit is contained in:
HungDK
2025-09-11 09:22:41 +07:00
parent ae43dd5623
commit fcd3f99f03
3 changed files with 3 additions and 4 deletions
@@ -110,6 +110,7 @@ namespace BrewMonster.Network
public static void RequestInventoryAsync(Action callback = null)
{
Instance._gameSession.RequestInventoryAsync(callback);
}
public void LoadScene(string sceneName, LoadSceneMode mode, Action<bool> actDone)
{