if (type == MessageType.RenameRequest)
{
string name = (string)msg;
if (string.IsNullOrEmpty(name) || string.IsNullOrWhiteSpace(name))
if (string.IsNullOrWhiteSpace(name))
Locator.Get.Messenger.OnReceiveMessage(MessageType.DisplayErrorPopup, "Empty Name not allowed."); // Lobby error type, then HTTP error type.
return;
m_JoinCodeField.text = "";
OnRefresh();
}
public void OnQuickJoin()
Locator.Get.Messenger.OnReceiveMessage(MessageType.QuickJoin, null);
"type": "System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089",
"key": "isEnvironmentCustom",
"value": "{\"m_Value\":true}"
"value": "{\"m_Value\":false}"
},
"type": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089",