mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-02 16:49:12 +00:00
7 lines
158 B
Ruby
7 lines
158 B
Ruby
java_import 'org.apollo.game.model.entity.Player'
|
|
|
|
on :login do |_event, player|
|
|
show_action(player, TRADE_ACTION)
|
|
show_action(player, FOLLOW_ACTION)
|
|
end
|