Fix symbol error and useless log
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user