Add imports to command.rb.

This commit is contained in:
Major-
2015-02-27 19:03:03 +00:00
parent dabca79661
commit fd9009aecb
+6
View File
@@ -1,3 +1,9 @@
require 'java'
java_import 'org.apollo.game.model.def.ItemDefinition'
java_import 'org.apollo.game.model.def.NpcDefinition'
java_import 'org.apollo.game.model.def.ObjectDefinition'
# Checks whether the amount of arguments provided is correct, sending the player the specified message if not.
def valid_arg_length(args, length, player, message)