Class: Lich::DragonRealms::Game
- Inherits:
-
GameBase::Game
- Object
- GameBase::Game
- Lich::DragonRealms::Game
- Defined in:
- documented/games.rb
Overview
Game class for DragonRealms
Class Method Summary collapse
Methods inherited from GameBase::Game
_gets, _puts, close, closed?, display_ruby_warning, gets, handle_autostart, handle_thread_error, handle_xml_error, initialize_buffers, log_error, open, process_downstream_hooks, process_room_information, process_server_string, process_xml_data, puts, send_to_client, set_game_instance, start_cli_scripts, start_main_thread, start_wrap_thread
Class Method Details
.initialize ⇒ Object
1041 1042 1043 1044 |
# File 'documented/games.rb', line 1041 def initialize initialize_buffers set_game_instance('DR') end |