Wednesday, July 15, 2026 5:51:18 AM
> server_command.rb
# frozen_string_literal: true

module ESM
  module Command
    module Test
      class ServerCommand < ApplicationCommand
        command_type :player
        requires :registration

        argument :server_id

        def on_execute
        end

        def on_response
        end

        def on_accept
        end

        def on_decline
        end
      end
    end
  end
end
All opinions represented herein are my own
- © 2024 - 2026 itsthedevman
- build 43aa0d7