1111
This commit is contained in:
parent
ca2d45c0d1
commit
f35b32d123
|
|
@ -91,6 +91,7 @@ class CumulativeRewardC extends LenheartNewUI_Windows {
|
|||
local ButtonBuf = LenheartNewUI_BaseButton(12 + (pos % 4) * 52, 109 + (pos / 4) * 104, 28, 18, "interface2/event/chn_event_2018/180619_honey_time/main.img", 6);
|
||||
ButtonBuf.Data = pos;
|
||||
ButtonBuf.OnClickEx = function(button) {
|
||||
if(button.State == 8)return;
|
||||
SendPackEx({
|
||||
op = 20097003,
|
||||
id = button.Data
|
||||
|
|
|
|||
Loading…
Reference in New Issue