Basic implementation of player context menu action management.

This commit is contained in:
Ryley Kimmel
2015-03-01 14:38:00 -05:00
parent d6437469c7
commit 794bd49607
3 changed files with 80 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
java_import 'org.apollo.game.model.entity.Player'
on :login do |event, player|
show_action(player, TRADE_ACTION)
show_action(player, FOLLOW_ACTION)
end