魔兽地图开发笔记
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