Module: RubyplayFramework

Includes:
MapDungeon, MapEntity, MapPoint
Defined in:
lib/rubyplay_framework.rb

Instance Method Summary collapse

Instance Method Details

#init_InterpreterObject



16
17
18
# File 'lib/rubyplay_framework.rb', line 16

def init_Interpreter()
  GameLanguage.new()
end

#init_MapObject



12
13
14
# File 'lib/rubyplay_framework.rb', line 12

def init_Map()
  Map.new()
end