mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-03 00:38:21 +00:00
6 lines
156 B
Ruby
6 lines
156 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 |