Class: ESM::Command::Territory::Upgrade
- Inherits:
-
ApplicationCommand
- Object
- Base
- ApplicationCommand
- ESM::Command::Territory::Upgrade
- Defined in:
- lib/esm/command/territory/upgrade.rb
Defined Under Namespace
Modules: V1
Instance Method Summary collapse
Instance Method Details
#on_execute ⇒ Object
26 27 28 29 30 31 32 33 34 |
# File 'lib/esm/command/territory/upgrade.rb', line 26 def on_execute response = call_sqf_function!( "ESMs_command_upgrade", territory_id: arguments.territory_id ) = (response) reply() end |