forked from sin365/AxibugEmuOnline
迭代
This commit is contained in:
parent
7b85fd8ce8
commit
323f7a44df
@ -32,6 +32,20 @@ namespace AxibugEmuOnline.Client
|
||||
UpdateUI(roomInfo);
|
||||
}
|
||||
|
||||
public override bool OnEnterItem()
|
||||
{
|
||||
if (!m_romFile.RomReady)
|
||||
{
|
||||
m_romFile.BeginDownload();
|
||||
return false;
|
||||
}
|
||||
else
|
||||
{
|
||||
App.roomMgr.SendJoinRoom(roomID, 1);
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
private void UpdateUI(Protobuf_Room_MiniInfo roomInfo)
|
||||
{
|
||||
var hostNick = roomInfo.GetHostNickName();
|
||||
|
Loading…
Reference in New Issue
Block a user