魔兽地图开发笔记
骑老登的魔兽地图开发笔记。
Button - Sync Click
button = {
type = 'button',
sync_key = 'UNIQUE-SYMBOL',
on_sync_button_clicked = function(self, player)
... stuffs here
end,
}
Last updated
骑老登的魔兽地图开发笔记。
button = {
type = 'button',
sync_key = 'UNIQUE-SYMBOL',
on_sync_button_clicked = function(self, player)
... stuffs here
end,
}
Last updated