class RuneRb::World::LoginResult

Attributes

player[R]
response[R]

Public Class Methods

new(response, player) click to toggle source
# File app/world/world.rb, line 124
def initialize(response, player)
  @response = response
  @player = player
end