master #40
@ -37,6 +37,11 @@ namespace AxibugEmuOnline.Client.UI
|
||||
Reset();
|
||||
}
|
||||
|
||||
protected virtual void OnDestroy()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public void SetData(MenuData data)
|
||||
{
|
||||
Reset();
|
||||
|
@ -11,6 +11,12 @@ namespace AxibugEmuOnline.Client
|
||||
protected override void Awake()
|
||||
{
|
||||
Eventer.Instance.RegisterEvent<int>(EEvent.OnRoomListAllUpdate, OnRoomListUpdateAll);
|
||||
base.Awake();
|
||||
}
|
||||
|
||||
protected override void OnDestroy()
|
||||
{
|
||||
Eventer.Instance.UnregisterEvent<int>(EEvent.OnRoomListAllUpdate, OnRoomListUpdateAll);
|
||||
}
|
||||
|
||||
public override bool OnEnterItem()
|
||||
|
Loading…
Reference in New Issue
Block a user