1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 |
------------------
-- Guild Finder --
------------------
ZO_GuildRecruitment_ApplicationsDefaultMessage_Gamepad = ZO_Object . MultiSubclass ( ZO_GuildRecruitment_Panel_Shared , ZO_GuildFinder_Panel_GamepadBehavior )
end
end
end
function ZO_GuildRecruitment_ApplicationsDefaultMessage_Gamepad : UpdateText ( savedMessage , messageLabel )
end
else
end
end
end
-- XML functions
----------------
GUILD_RECRUITMENT_RESPONSE_MESSAGE_GAMEPAD = ZO_GuildRecruitment_ApplicationsDefaultMessage_Gamepad : New ( control )
end |